diff --git a/react-native-payments.podspec b/react-native-payments.podspec index 4d96312d..4ec6548c 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"]["url"] } + s.source = { :git => pkg["repository"] } s.source_files = 'ios/**/*.{h,m}' s.platform = :ios, "8.0" s.requires_arc = true