From 2ec7f2bced88cec26adb73878007fb6417c3b033 Mon Sep 17 00:00:00 2001 From: Marek Kowalski Date: Tue, 25 May 2021 12:57:53 +0200 Subject: [PATCH] Wrong repository URL in podspec (#291) --- react-native-payments.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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