From 07c388d1b02315304248b8f6b54f8864aebdf26b Mon Sep 17 00:00:00 2001 From: Andrzej Bednarczyk Date: Thu, 25 Jul 2019 23:31:20 +0200 Subject: [PATCH] fix podspec file --- react-native-contacts.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-contacts.podspec b/react-native-contacts.podspec index 9e14d72a..362f8981 100644 --- a/react-native-contacts.podspec +++ b/react-native-contacts.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.license = package_json["license"] s.author = { package_json["author"] => package_json["author"] } s.platform = :ios, "9.0" - s.source = { :git => package_json["repository"]["url"] } + s.source = { :git => "https://github.com/rt2zz/react-native-contacts.git" } s.source_files = 'ios/RCTContacts/*.{h,m}' s.dependency 'React'