Skip to content

Commit

Permalink
Update README and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
benjohnde committed Feb 21, 2019
1 parent cac61d5 commit f461fa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ZXingObjC
# zxingify-objc

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.

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

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

## License

Expand Down
8 changes: 4 additions & 4 deletions ZXingObjC.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'ZXingObjC'
s.version = '3.6.4'
s.version = '3.6.5'
s.summary = 'An Objective-C Port of the ZXing barcode framework.'
s.homepage = 'https://github.com/TheLevelUp/ZXingObjC'
s.author = 'ZXingObjC team'
s.homepage = 'https://github.com/zxingify/zxingify-objc'
s.author = 'zxingify'
s.license = { :type => 'Apache License 2.0', :file => 'COPYING' }
s.source = { :git => 'https://github.com/TheLevelUp/ZXingObjC.git', :tag => "#{s.version}" }
s.source = { :git => 'https://github.com/zxingify/zxingify-objc.git', :tag => "#{s.version}" }
s.requires_arc = true
s.xcconfig = { "OTHER_LDFLAGS" => "-ObjC" }

Expand Down

0 comments on commit f461fa0

Please sign in to comment.