Skip to content

Commit

Permalink
Update version to 3.2.3 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehab-al-cko authored Jan 18, 2024
1 parent 19f4a1e commit 20141b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Checkout3DS-Security.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Checkout3DS-Security"
s.version = "3.2.2"
s.version = "3.2.3"
s.summary = "Checkout 3DS SDK Security"
s.homepage = "https://checkout.github.io/checkout-mobile-docs/checkout-3ds-sdk-ios/index.html"

Expand Down
4 changes: 2 additions & 2 deletions Checkout3DS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Checkout3DS"
s.version = "3.2.2"
s.version = "3.2.3"
s.summary = "Checkout 3DS SDK"
s.description = <<-DESC
The Checkout.com 3D Secure (3DS) mobile SDK allows you to provide a native 3DS2 experience in your mobile app, with visual styling that you can control.
Expand All @@ -26,7 +26,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

s.dependency 'CheckoutEventLoggerKit', '1.2.4'
s.dependency 'JOSESwift', '2.2.1'
s.dependency 'Checkout3DS-Security', '3.2.2'
s.dependency 'Checkout3DS-Security', '3.2.3'

s.user_target_xcconfig = {
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES',
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ We've done our best to support the most common distribution methods on iOS. We a
If you've never used it before, get started with Apple's step by step guide into [adding package dependencies to your app](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app) .

```swift
.package(url: "https://github.com/checkout/checkout-3ds-sdk-ios", from: "3.2.2")
.package(url: "https://github.com/checkout/checkout-3ds-sdk-ios", from: "3.2.3")
```

### CocoaPods
Expand All @@ -65,7 +65,7 @@ platform :ios, '12.0'
use_frameworks!

target '<Your Target Name>' do
pod 'Checkout3DS', :git => '[email protected]:checkout/checkout-3ds-sdk-ios.git', :tag => '3.2.2'
pod 'Checkout3DS', :git => '[email protected]:checkout/checkout-3ds-sdk-ios.git', :tag => '3.2.3'
end

post_install do |installer|
Expand Down

0 comments on commit 20141b0

Please sign in to comment.