File tree Expand file tree Collapse file tree 4 files changed +25
-17
lines changed
iOS Example Frame SPM/iOS Example Frame SPM.xcodeproj Expand file tree Collapse file tree 4 files changed +25
-17
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
6
6
#### 4.x Releases
7
7
8
+ ## [ 4.3.0] ( https://github.com/checkout/frames-ios/releases/tag/4.2.1 )
9
+
10
+ Released on 2023-11-07
11
+
12
+ Updates:
13
+
14
+ - Added a security code component for CVV tokenisation.
15
+
8
16
## [ 4.2.1] ( https://github.com/checkout/frames-ios/releases/tag/4.2.1 )
9
17
10
18
Released on 2023-08-25
Original file line number Diff line number Diff line change 1235
1235
isa = XCRemoteSwiftPackageReference;
1236
1236
repositoryURL = "https://github.com/checkout/frames-ios";
1237
1237
requirement = {
1238
- kind = upToNextMajorVersion ;
1239
- minimumVersion = 4.3.0;
1238
+ kind = exactVersion ;
1239
+ version = 4.3.0;
1240
1240
};
1241
1241
};
1242
1242
16C3F83E2A7927ED00690639 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ target 'iOS Example Frame' do
6
6
use_frameworks!
7
7
8
8
# Pods for iOS Example Custom
9
- pod 'Frames' , '4.2.1 '
9
+ pod 'Frames' , '4.3.0 '
10
10
11
11
end
12
12
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - Checkout (4.2 .0):
2
+ - Checkout (4.3 .0):
3
3
- CheckoutEventLoggerKit (~> 1.2.4)
4
4
- CheckoutEventLoggerKit (1.2.4)
5
- - Frames (4.2 .0):
6
- - Checkout (= 4.2 .0)
5
+ - Frames (4.3 .0):
6
+ - Checkout (= 4.3 .0)
7
7
- CheckoutEventLoggerKit (~> 1.2.4)
8
8
- PhoneNumberKit
9
- - PhoneNumberKit (3.6.7 ):
10
- - PhoneNumberKit/PhoneNumberKitCore (= 3.6.7 )
11
- - PhoneNumberKit/UIKit (= 3.6.7 )
12
- - PhoneNumberKit/PhoneNumberKitCore (3.6.7 )
13
- - PhoneNumberKit/UIKit (3.6.7 ):
9
+ - PhoneNumberKit (3.7.4 ):
10
+ - PhoneNumberKit/PhoneNumberKitCore (= 3.7.4 )
11
+ - PhoneNumberKit/UIKit (= 3.7.4 )
12
+ - PhoneNumberKit/PhoneNumberKitCore (3.7.4 )
13
+ - PhoneNumberKit/UIKit (3.7.4 ):
14
14
- PhoneNumberKit/PhoneNumberKitCore
15
15
16
16
DEPENDENCIES:
17
- - Frames (~> 4 .0)
17
+ - Frames (= 4.3 .0)
18
18
19
19
SPEC REPOS:
20
20
trunk:
@@ -24,11 +24,11 @@ SPEC REPOS:
24
24
- PhoneNumberKit
25
25
26
26
SPEC CHECKSUMS:
27
- Checkout: 7015595d6318c822cd81c3d73bf780507f99f60c
27
+ Checkout: 942b292115d9d0a5e10738001a58370bb8d1ef9b
28
28
CheckoutEventLoggerKit: b780dec46295a34942780ea6230d0d5fd08aa05a
29
- Frames: ce1ad1ac535687e85f34ef04ae353b52837b1bb4
30
- PhoneNumberKit: 43b5169526cc417398c8f13f77c97552c1c6ed76
29
+ Frames: d21139b41665842d9ede5228c62bc7c70aec31bf
30
+ PhoneNumberKit: e3c4dc9f65bc2036639898095c2ab1ef89348f64
31
31
32
- PODFILE CHECKSUM: fba393caadd9a0d23d2a78e0cd4503696997986c
32
+ PODFILE CHECKSUM: 77203c081fb461931e02ea92d808ea83d0c61cc9
33
33
34
- COCOAPODS: 1.12.1
34
+ COCOAPODS: 1.14.2
You can’t perform that action at this time.
0 commit comments