Updating Carthage JSON and Podspec

Former-commit-id: c0fbf54e9a3164f5db2318fe71c6fad8ad24b726
This commit is contained in:
Jon Jones 2021-02-10 10:00:34 -05:00
parent bce0600b97
commit 3f31b89ea6
2 changed files with 4 additions and 3 deletions

View File

@ -39,5 +39,6 @@
"0.28.0": "https://github.com/paypal/paypalcheckout-ios/raw/master/Builds/0.28.0/PayPalCheckout.framework.zip",
"0.29.0": "https://github.com/paypal/paypalcheckout-ios/raw/master/Builds/0.29.0/PayPalCheckout.framework.zip",
"0.31.0": "https://github.com/paypal/paypalcheckout-ios/raw/master/Builds/0.31.0/PayPalCheckout.framework.zip",
"0.32.0": "https://github.com/paypal/paypalcheckout-ios/raw/master/Builds/0.32.0/PayPalCheckout.framework.zip"
"0.32.0": "https://github.com/paypal/paypalcheckout-ios/raw/master/Builds/0.32.0/PayPalCheckout.framework.zip",
"0.33.0": "https://github.com/paypal/paypalcheckout-ios/releases/download/0.33.0/PayPalCheckout.framework.zip"
}

View File

@ -1,13 +1,13 @@
Pod::Spec.new do |spec|
spec.name = "PayPalCheckout"
spec.version = "0.32.0"
spec.version = "0.33.0"
spec.summary = "PayPal iOS Native Checkout SDK"
spec.homepage = "https://github.com/paypal/paypalcheckout-ios"
spec.author = { "PayPal" => "jonathajones@paypal.com" }
spec.platform = :ios, "11.0"
spec.swift_version = "5.0"
spec.source = { :http => "https://github.com/paypal/paypalcheckout-ios/raw/master/Builds/#{spec.version}/PayPalCheckout.xcframework.zip" }
spec.source = { :http => "https://github.com/paypal/paypalcheckout-ios/releases/download/#{spec.version}/PayPalCheckout.xcframework.zip" }
spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }