diff --git a/react-native-argyle-sdk.podspec b/react-native-argyle-sdk.podspec index ca11055..5341a1e 100644 --- a/react-native-argyle-sdk.podspec +++ b/react-native-argyle-sdk.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.license = "Apache 2.0" s.authors = { "Argyle Systems" => "argyle@argyle.io" } s.platforms = { :ios => "11.0", :tvos => "11.0" } - s.source = { :git => "https://github.com/argyle-systems/argyle-plugin-react-native.git", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/aanah0/argyle-plugin-react-native.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m,swift}" s.requires_arc = true