fix tag notation to match repository tagging (#103)

This commit is contained in:
eladav
2018-03-25 12:24:10 -04:00
committed by Chirag
parent de501851e3
commit cd7e39f77b
+1 -1
View File
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = pjson["license"]
s.author = { "Chirag Jain" => "jain_chirag04@yahoo.com" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/chirag04/react-native-mail", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/chirag04/react-native-mail", :tag => "v#{s.version}" }
s.source_files = 'RNMail/*.{h,m}'
s.dependency 'React'