Skip to content

Commit

Permalink
Merge pull request #5 from square/jyoti/fixsource
Browse files Browse the repository at this point in the history
Change from ssh to https
  • Loading branch information
jyotikdev authored Jun 4, 2024
2 parents 3b3a505 + c24a31f commit a24b369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MockReaderUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = SquareMobilePaymentsSDK::IOS_DEPLOYMENT_TARGET

s.source ={ :git => "git@github.com:square/mobile-payments-sdk-ios.git" , :tag => SquareMobilePaymentsSDK::VERSION }
s.source ={ :git => "https://github.com/square/mobile-payments-sdk-ios.git" , :tag => SquareMobilePaymentsSDK::VERSION }

s.vendored_frameworks = 'MockReaderUI.xcframework'
s.prepare_command = <<-CMD
Expand Down
2 changes: 1 addition & 1 deletion SquareMobilePaymentsSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = SquareMobilePaymentsSDK::IOS_DEPLOYMENT_TARGET

s.source ={ :git => "git@github.com:square/mobile-payments-sdk-ios.git", :tag => SquareMobilePaymentsSDK::VERSION }
s.source ={ :git => "https://github.com/square/mobile-payments-sdk-ios.git", :tag => SquareMobilePaymentsSDK::VERSION }

s.vendored_frameworks = 'SquareMobilePaymentsSDK.xcframework'
s.prepare_command = <<-CMD
Expand Down

0 comments on commit a24b369

Please sign in to comment.