diff --git a/react-native-payments.podspec b/react-native-payments.podspec index 66ffb885..3a866ece 100644 --- a/react-native-payments.podspec +++ b/react-native-payments.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.license = pkg["license"] s.homepage = pkg["homepage"] s.author = pkg["author"] - s.source = { :git => pkg["repository"] } + s.source = { :git => pkg["repository"]["url"], :tag => "#{s.version}" } s.source_files = 'ios/**/*.{h,m}' s.platform = :ios, "8.0" s.requires_arc = true