Files
JBChartView/ZXingObjC/2.1.0/ZXingObjC.podspec
T
2013-02-14 00:20:05 -05:00

18 lines
793 B
Ruby

Pod::Spec.new do |s|
s.name = "ZXingObjC"
s.version = "2.1.0"
s.summary = "An Objective-C Port of ZXing."
s.homepage = "https://github.com/TheLevelUp/ZXingObjC"
s.author = "ZXing team (http://code.google.com/p/zxing/people/list) and TheLevelUp"
s.license = { :type => 'Apache License 2.0', :file => 'COPYING' }
s.source = { :git => "https://github.com/TheLevelUp/ZXingObjC.git", :tag => "2.1.0" }
s.source_files = 'ZXingObjC/**/*.{h,m}'
s.requires_arc = false
s.frameworks = 'ImageIO', 'CoreGraphics', 'CoreVideo', 'CoreMedia', 'QuartzCore', 'AVFoundation', 'AudioToolbox'
end