Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Commit

Permalink
Update ZXingObjC.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
benjohnde committed Sep 9, 2016
1 parent 4d6236b commit bcea54c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ZXingObjC.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZXingObjC'
s.version = '3.1.0'
s.version = '3.2.0'
s.summary = 'An Objective-C Port of the ZXing barcode framework.'
s.homepage = 'https://github.com/TheLevelUp/ZXingObjC'
s.author = 'ZXingObjC team'
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.xcconfig = { "OTHER_LDFLAGS" => "-ObjC" }

s.ios.deployment_target = '6.0'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.8'

s.ios.frameworks = 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'ImageIO', 'QuartzCore'
Expand Down

0 comments on commit bcea54c

Please sign in to comment.