Skip to content

Commit 2d0e96a

Browse files
authored
Release 3.2.7 (#79)
1 parent 0c151ad commit 2d0e96a

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

Checkout3DS-Security.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Checkout3DS-Security"
3-
s.version = "3.2.6"
3+
s.version = "3.2.7"
44
s.summary = "Checkout 3DS SDK Security"
55
s.homepage = "https://checkout.github.io/checkout-mobile-docs/checkout-3ds-sdk-ios/index.html"
66

@@ -15,7 +15,7 @@ Except as expressly provided in the foregoing paragraph, the person to whom the
1515
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1616
DESC
1717
s.author = { "Checkout.com Integration" => "integration@checkout.com" }
18-
s.platform = :ios, "12.0"
18+
s.platform = :ios, "13.0"
1919
s.source = { :git => "https://github.com/checkout/checkout-3ds-sdk-ios.git", :tag => s.version }
2020

2121
s.vendored_frameworks = "Checkout3DS-Security.xcframework"

Checkout3DS-Security.xcframework/Info.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<key>BinaryPath</key>
99
<string>Checkout3DS-Security.framework/Checkout3DS-Security</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>Checkout3DS-Security.framework</string>
1414
<key>SupportedArchitectures</key>
@@ -17,12 +17,14 @@
1717
</array>
1818
<key>SupportedPlatform</key>
1919
<string>ios</string>
20+
<key>SupportedPlatformVariant</key>
21+
<string>simulator</string>
2022
</dict>
2123
<dict>
2224
<key>BinaryPath</key>
2325
<string>Checkout3DS-Security.framework/Checkout3DS-Security</string>
2426
<key>LibraryIdentifier</key>
25-
<string>ios-arm64-simulator</string>
27+
<string>ios-arm64</string>
2628
<key>LibraryPath</key>
2729
<string>Checkout3DS-Security.framework</string>
2830
<key>SupportedArchitectures</key>
@@ -31,8 +33,6 @@
3133
</array>
3234
<key>SupportedPlatform</key>
3335
<string>ios</string>
34-
<key>SupportedPlatformVariant</key>
35-
<string>simulator</string>
3636
</dict>
3737
</array>
3838
<key>CFBundlePackageType</key>
Binary file not shown.

Checkout3DS.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Checkout3DS"
3-
s.version = "3.2.6"
3+
s.version = "3.2.7"
44
s.summary = "Checkout 3DS SDK"
55
s.description = <<-DESC
66
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.
@@ -19,14 +19,14 @@ Except as expressly provided in the foregoing paragraph, the person to whom the
1919
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2020
DESC
2121
s.author = { "Checkout.com Integration" => "integration@checkout.com" }
22-
s.platform = :ios, "12.0"
22+
s.platform = :ios, "13.0"
2323
s.source = { :git => "https://github.com/checkout/checkout-3ds-sdk-ios.git", :tag => s.version }
2424

2525
s.vendored_frameworks = "Checkout3DS.xcframework"
2626

2727
s.dependency 'CheckoutEventLoggerKit', '1.2.4'
2828
s.dependency 'JOSESwift', '2.2.1'
29-
s.dependency 'Checkout3DS-Security', '3.2.6'
29+
s.dependency 'Checkout3DS-Security', '3.2.7'
3030

3131
s.user_target_xcconfig = {
3232
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES',
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)