mirror of
https://github.com/status-im/react-native-mail.git
synced 2026-08-31 03:31:13 +00:00
fix tag notation to match repository tagging (#103)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user