2015-06-02 22:17:01 +00:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
|
|
|
|
s.name = "react-native-camera"
|
2015-06-04 21:37:36 +00:00
|
|
|
s.version = "0.2.9"
|
2015-06-02 22:17:01 +00:00
|
|
|
s.summary = "A Camera component for React Native. Also reads barcodes."
|
2015-06-04 21:37:36 +00:00
|
|
|
s.homepage = "https://github.com/lwansbrough/react-native-camera"
|
2015-06-02 22:17:01 +00:00
|
|
|
s.license = { :type => "MIT", :file => "LICENSE" }
|
|
|
|
s.author = { "Lochlan Wansbrough" => "lochie@live.com" }
|
|
|
|
s.platform = :ios, "7.0"
|
2015-06-04 21:37:36 +00:00
|
|
|
s.source = { :git => "https://github.com/lwansbrough/react-native-camera.git", :tag => "v0.2.8" }
|
2015-06-02 22:17:01 +00:00
|
|
|
s.source_files = "*.{h,m}"
|
|
|
|
s.requires_arc = true
|
2015-06-04 21:37:36 +00:00
|
|
|
s.dependency 'React'
|
2015-06-02 22:17:01 +00:00
|
|
|
end
|