REM support (Fixes #40)

This commit is contained in:
Lochlan Wansbrough 2015-06-02 15:17:01 -07:00
parent 021e8b58dc
commit 6f667f16ee
2 changed files with 15 additions and 1 deletions

View File

@ -4,10 +4,11 @@
"type" : "git",
"url" : "https://github.com/lwansbrough/react-native-camera.git"
},
"version": "0.2.7",
"version": "0.2.8",
"description": "A Camera component for React Native. Also reads barcodes.",
"main": "Camera.ios.js",
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
"nativePackage": true,
"peerDependencies": {
"react-native": "^0.4.0"
},

View File

@ -0,0 +1,13 @@
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