Fixed tag name

This commit is contained in:
Lochlan Wansbrough
2015-06-02 15:18:19 -07:00
parent 6f667f16ee
commit a9e5b55b4d
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
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 = { :git => "http://github.com/lwansbrough/react-native-camera.git", :tag => "v0.2.8" }
s.source_files = "*.{h,m}"
s.requires_arc = true
end