Skip to content

Commit

Permalink
Updating to 0.110.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vradopp committed Dec 7, 2022
1 parent 0788d3b commit 229f0b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Carthage/PayPalCheckout.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
"0.104.0" : "https://github.com/paypal/paypalcheckout-ios/releases/download/0.104.0/PayPalCheckout.framework.zip?alt=https://github.com/paypal/paypalcheckout-ios/releases/download/0.104.0/PayPalCheckout.xcframework.zip",
"0.106.0" : "https://github.com/paypal/paypalcheckout-ios/releases/download/0.106.0/PayPalCheckout.framework.zip?alt=https://github.com/paypal/paypalcheckout-ios/releases/download/0.106.0/PayPalCheckout.xcframework.zip",
"0.108.0" : "https://github.com/paypal/paypalcheckout-ios/releases/download/0.108.0/PayPalCheckout.framework.zip?alt=https://github.com/paypal/paypalcheckout-ios/releases/download/0.108.0/PayPalCheckout.xcframework.zip",
"0.109.0" : "https://github.com/paypal/paypalcheckout-ios/releases/download/0.109.0/PayPalCheckout.framework.zip?alt=https://github.com/paypal/paypalcheckout-ios/releases/download/0.109.0/PayPalCheckout.xcframework.zip"
"0.109.0" : "https://github.com/paypal/paypalcheckout-ios/releases/download/0.109.0/PayPalCheckout.framework.zip?alt=https://github.com/paypal/paypalcheckout-ios/releases/download/0.109.0/PayPalCheckout.xcframework.zip",
"0.110.0" : "https://github.com/paypal/paypalcheckout-ios/releases/download/0.110.0/PayPalCheckout.framework.zip?alt=https://github.com/paypal/paypalcheckout-ios/releases/download/0.110.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.109.0"
let packageVersion = "0.110.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: "a0d17c26914d96010736aa46b0173a6e325480aa45d6e7b0e90792a83b767d10"
checksum: "e9895c202b090a7bde5c47685e96aef68b6f334e3f3798a79dd49b32c81fe130"
)
],
swiftLanguageVersions: [.v5]
Expand Down
4 changes: 2 additions & 2 deletions 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.109.0"
spec.version = "0.110.0"
spec.summary = "PayPal iOS Native Checkout SDK"
spec.homepage = "https://github.com/paypal/paypalcheckout-ios"
spec.author = { "PayPal" => "[email protected]" }
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |spec|
spec.license = { :type => 'PAYPAL', :text => <<-LICENSE
SDK LICENSE
Copyright © 2013 - 2017 PayPal Holdings, Inc.
Copyright © 2013 - 2017 PayPal Holdings, Inc.
NOTICE TO USER: PayPal Holdings, Inc. is providing the Software and
Documentation for use under the terms of this Agreement. Any use, reproduction,
Expand Down

0 comments on commit 229f0b8

Please sign in to comment.