mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 01:38:18 +00:00
14 lines
555 B
Ruby
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
|