Removed all dependencies! Removed podspec. Bumped npm version. 💃

This commit is contained in:
Lochlan Wansbrough
2015-09-21 20:10:43 -07:00
parent b82527ad11
commit 9fe38ebb86
10 changed files with 7 additions and 25 deletions
-14
View File
@@ -1,14 +0,0 @@
Pod::Spec.new do |s|
s.name = "react-native-camera"
s.version = "0.2.9"
s.summary = "A Camera component for React Native. Also reads barcodes."
s.homepage = "https://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 => "https://github.com/lwansbrough/react-native-camera.git", :tag => "v0.2.8" }
s.source_files = "*.{h,m}"
s.requires_arc = true
s.dependency 'React'
end