diff --git a/RNIap.podspec b/RNIap.podspec index 2a518c1c0..1783b02ac 100644 --- a/RNIap.podspec +++ b/RNIap.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.license = "MIT" s.author = package['author'] s.platform = :ios, "7.0" - s.source = { :git => "https://github.com/author/RNIap.git", :tag => "master" } + s.source = { :git => "https://github.com/dooboolab/react-native-iap.git", :tag => "master" } s.source_files = "ios/**/*.{h,m}" s.requires_arc = true