From d5d1996705bb1dd23977683bf3a04cf31d1356e6 Mon Sep 17 00:00:00 2001 From: Jonathan Grimes Date: Wed, 7 Aug 2024 19:55:55 -0500 Subject: [PATCH] Repoint RNBraintreeDropIn.podspec to home repo --- RNBraintreeDropIn.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RNBraintreeDropIn.podspec b/RNBraintreeDropIn.podspec index 3bfda25..1b1a623 100644 --- a/RNBraintreeDropIn.podspec +++ b/RNBraintreeDropIn.podspec @@ -5,12 +5,12 @@ Pod::Spec.new do |s| s.description = <<-DESC RNBraintreeDropIn DESC - s.homepage = "https://github.com/bamlab/react-native-braintree-payments-drop-in" + s.homepage = "https://github.com/wgltony/react-native-braintree-payments-drop-in" s.license = "MIT" # s.license = { :type => "MIT", :file => "./LICENSE" } s.author = { "author" => "lagrange.louis@gmail.com" } s.platform = :ios, "12.0" - s.source = { :git => "https://github.com/BradyShober/react-native-braintree-dropin-ui.git", :tag => "master" } + s.source = { :git => "https://github.com/wgltony/react-native-braintree-dropin-ui.git", :tag => "master" } s.source_files = "ios/**/*.{h,m}" s.requires_arc = true s.dependency 'React'