react-native-camera/react-native-camera.podspec
2015-06-02 15:17:01 -07:00

14 lines
555 B
Ruby

Pod::Spec.new do |s|
s.name = "react-native-camera"
s.version = "0.2.8"
s.summary = "A Camera component for React Native. Also reads barcodes."
s.homepage = "http://github.com/lwansbrough/react-native-camera"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Lochlan Wansbrough" => "lochie@live.com" }
s.platform = :ios, "7.0"
s.source = { :git => "http://github.com/lwansbrough/react-native-camera.git", :tag => "0.2.8" }
s.source_files = "*.{h,m}"
s.requires_arc = true
end