From cd7e39f77bc2ec722340174a161830b5da549d86 Mon Sep 17 00:00:00 2001 From: eladav Date: Sun, 25 Mar 2018 19:24:10 +0300 Subject: [PATCH] fix tag notation to match repository tagging (#103) --- react-native-mail.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-mail.podspec b/react-native-mail.podspec index da65dec..e31b682 100644 --- a/react-native-mail.podspec +++ b/react-native-mail.podspec @@ -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'