Skip to content

Commit

Permalink
PayPalCheckout 0.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minhthenguyen committed Aug 17, 2021
1 parent 8ccf067 commit d253ede
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Carthage/PayPalCheckout.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"0.46.0" : "https://github.com/paypal/paypalcheckout-ios/releases/download/0.46.0/PayPalCheckout.framework.zip",
"0.51.0" : "https://github.com/paypal/paypalcheckout-ios/releases/download/0.51.0/PayPalCheckout.framework.zip",
"0.55.0" : "https://github.com/paypal/paypalcheckout-ios/releases/download/0.55.0/PayPalCheckout.framework.zip",
"0.64.0" : "https://github.com/paypal/paypalcheckout-ios/releases/download/0.64.0/PayPalCheckout.framework.zip?alt=https://github.com/paypal/paypalcheckout-ios/releases/download/0.64.0/PayPalCheckout.xcframework.zip"
"0.64.0" : "https://github.com/paypal/paypalcheckout-ios/releases/download/0.64.0/PayPalCheckout.framework.zip?alt=https://github.com/paypal/paypalcheckout-ios/releases/download/0.64.0/PayPalCheckout.xcframework.zip",
"0.66.0" : "https://github.com/paypal/paypalcheckout-ios/releases/download/0.66.0/PayPalCheckout.framework.zip?alt=https://github.com/paypal/paypalcheckout-ios/releases/download/0.66.0/PayPalCheckout.xcframework.zip"
}
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// swift-tools-version:5.3
import PackageDescription

let packageVersion = "0.64.0"
let packageVersion = "0.66.0"

let package = Package(
name: "PayPalCheckout",
Expand All @@ -18,7 +18,7 @@ let package = Package(
.binaryTarget(
name: "PayPalCheckout",
url: "https://github.com/paypal/paypalcheckout-ios/releases/download/\(packageVersion)/PayPalCheckout.xcframework.zip",
checksum: "38f48480dcbae414e82dc143e9a4a1499660c0c619389ea0b0fb724037f9072c"
checksum: "5b0955cef3141cc9bd615a7c99747f94bdbb3c7ed192b877ed5fb9b6ce783a97"
)
],
swiftLanguageVersions: [.v5]
Expand Down
2 changes: 1 addition & 1 deletion PayPalCheckout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "PayPalCheckout"
spec.version = "0.64.0"
spec.version = "0.66.0"
spec.summary = "PayPal iOS Native Checkout SDK"
spec.homepage = "https://github.com/paypal/paypalcheckout-ios"
spec.author = { "PayPal" => "[email protected]" }
Expand Down

0 comments on commit d253ede

Please sign in to comment.