Fixes issue with un-rendering the camera view

This commit is contained in:
Lochlan Wansbrough
2015-06-04 14:37:36 -07:00
parent a9e5b55b4d
commit 1102a53c13
3 changed files with 7 additions and 5 deletions
+4 -3
View File
@@ -1,13 +1,14 @@
Pod::Spec.new do |s|
s.name = "react-native-camera"
s.version = "0.2.8"
s.version = "0.2.9"
s.summary = "A Camera component for React Native. Also reads barcodes."
s.homepage = "http://github.com/lwansbrough/react-native-camera"
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 => "http://github.com/lwansbrough/react-native-camera.git", :tag => "v0.2.8" }
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