Skip to content

Commit f461fa0

Browse files
committed
Update README and podspec
1 parent cac61d5 commit f461fa0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ZXingObjC
1+
# zxingify-objc
22

33
ZXingObjC is a full Objective-C port of [ZXing](https://github.com/zxing/zxing) ("Zebra Crossing"), a Java barcode image processing library. It is designed to be used on both iOS devices and in Mac applications.
44

@@ -110,6 +110,7 @@ ZXingObjC includes several example applications found in "examples" folder:
110110

111111
- [cwalcott](https://github.com/cwalcott) initial creator of this project
112112
- [neacao](https://github.com/neacao) for his unparalleled support lately
113+
- [claybridges](https://github.com/claybridges) for all the help regarding the project move
113114

114115
## License
115116

ZXingObjC.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'ZXingObjC'
3-
s.version = '3.6.4'
3+
s.version = '3.6.5'
44
s.summary = 'An Objective-C Port of the ZXing barcode framework.'
5-
s.homepage = 'https://github.com/TheLevelUp/ZXingObjC'
6-
s.author = 'ZXingObjC team'
5+
s.homepage = 'https://github.com/zxingify/zxingify-objc'
6+
s.author = 'zxingify'
77
s.license = { :type => 'Apache License 2.0', :file => 'COPYING' }
8-
s.source = { :git => 'https://github.com/TheLevelUp/ZXingObjC.git', :tag => "#{s.version}" }
8+
s.source = { :git => 'https://github.com/zxingify/zxingify-objc.git', :tag => "#{s.version}" }
99
s.requires_arc = true
1010
s.xcconfig = { "OTHER_LDFLAGS" => "-ObjC" }
1111

0 commit comments

Comments
 (0)