Skip to content

Commit

Permalink
update podspec and Package.swift 5.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KunJeongPark committed Apr 11, 2024
1 parent 2512f4f commit a914488
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions BraintreeDropIn.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Pod::Spec.new do |s|
s.source_files = "Sources/BraintreeDropIn/**/*.{h,m}"
s.public_header_files = "Sources/BraintreeDropIn/Public/BraintreeDropIn/*.h"
s.frameworks = "UIKit"
s.dependency "Braintree/ApplePay", "~> 5.23"
s.dependency "Braintree/Card", "~> 5.23"
s.dependency "Braintree/Core", "~> 5.23"
s.dependency "Braintree/UnionPay", "~> 5.23"
s.dependency "Braintree/PayPal", "~> 5.23"
s.dependency "Braintree/ThreeDSecure", "~> 5.23"
s.dependency "Braintree/Venmo", "~> 5.23"
s.dependency "Braintree/ApplePay", "~> 5.25"
s.dependency "Braintree/Card", "~> 5.25"
s.dependency "Braintree/Core", "~> 5.25"
s.dependency "Braintree/UnionPay", "~> 5.25"
s.dependency "Braintree/PayPal", "~> 5.25"
s.dependency "Braintree/ThreeDSecure", "~> 5.25"
s.dependency "Braintree/Venmo", "~> 5.25"
s.resource_bundles = {
"BraintreeDropIn-Localization" => ["Sources/BraintreeDropIn/Resources/*.lproj"],
"BraintreeDropIn_PrivacyInfo" => ["Sources/BraintreeDropIn/PrivacyInfo.xcprivacy"]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
)
],
dependencies: [
.package(name: "Braintree", url: "https://github.com/braintree/braintree_ios", from: "5.23.0")
.package(name: "Braintree", url: "https://github.com/braintree/braintree_ios", from: "5.25.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit a914488

Please sign in to comment.