File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ project 'Example.xcodeproj'
9
9
platform :ios , '12.0'
10
10
11
11
target 'Wanna Sample' do
12
- pod 'WannaSDK' , '7.4.0 '
12
+ pod 'WannaSDK' , '7.4.1 '
13
13
pod 'WannaDebug' , :path => '../WannaDebug.podspec'
14
14
pod 'WannaTryOn' , :path => '../WannaTryOn.podspec'
15
15
end
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- WannaDebug (7.1.0):
3
3
- WannaSDK
4
- - WannaSDK (7.4.0 )
4
+ - WannaSDK (7.4.1 )
5
5
- WannaTryOn (7.4.0):
6
6
- WannaTryOn/Toolkit (= 7.4.0)
7
7
- WannaTryOn/TryOn (= 7.4.0)
12
12
13
13
DEPENDENCIES:
14
14
- WannaDebug (from `../WannaDebug.podspec`)
15
- - WannaSDK (= 7.4.0 )
15
+ - WannaSDK (= 7.4.1 )
16
16
- WannaTryOn (from `../WannaTryOn.podspec`)
17
17
18
18
SPEC REPOS:
@@ -27,9 +27,9 @@ EXTERNAL SOURCES:
27
27
28
28
SPEC CHECKSUMS:
29
29
WannaDebug: 052e46701586b4870cafaf7b3d8cc9e1c78365ec
30
- WannaSDK: 689d1ba1f4e8d2435db08c6d3e254abc18834154
30
+ WannaSDK: f9b0053ab05da1a76d56b811c0a4b74aa70cc850
31
31
WannaTryOn: 750ac4aee16c9bbeafa9903bcaf0382b32a86954
32
32
33
- PODFILE CHECKSUM: fd0e2261ee19d30eb001d43170aadeed2cd5db46
33
+ PODFILE CHECKSUM: a8a2d6f24eb9266e35347336692b61a7c6ff0f73
34
34
35
35
COCOAPODS: 1.15.2
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ let package = Package(
21
21
targets: [
22
22
. binaryTarget(
23
23
name: " WannaCoreSDK " ,
24
- url: " https://wreleases.s3.amazonaws.com/sdks/ios/20250227/WannaSDK_ios_7_4_0_674_core_spm .zip " ,
25
- checksum: " 32f123bca8f3a7ebd6106278104182b46dbbab28e2e410bc05221b755cd7349d "
24
+ url: " https://wreleases.s3.amazonaws.com/sdks/ios/20250430/WannaSDK_ios_7_4_1_704_core_spm .zip " ,
25
+ checksum: " 4e0a9339ea121de42e11944ae737442a0b6ea07b1732008c137962441d878144 "
26
26
) ,
27
27
. binaryTarget(
28
28
name: " WsneakersUISDK " ,
29
- url: " https://wreleases.s3.amazonaws.com/sdks/ios/20250227/WannaSDK_ios_7_4_0_674_ui_spm .zip " ,
30
- checksum: " 6cc734ca3b7c20545ac6433a89a5707734019b875af14440ac3561a8df4ed488 "
29
+ url: " https://wreleases.s3.amazonaws.com/sdks/ios/20250430/WannaSDK_ios_7_4_1_704_ui_spm .zip " ,
30
+ checksum: " aa20637ed691b56db09cef40d99fd823aa7675ef81a6e2612a76ac3389320f0e "
31
31
)
32
32
]
33
33
)
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'WannaTryOn'
3
- s . version = '7.4.0 '
3
+ s . version = '7.4.1 '
4
4
s . author = 'help@wanna.fashion'
5
5
s . homepage = "https://wanna.fashion"
6
6
s . readme = "https://github.com/WANNABY/WannaSDK-iOS/blob/master/README.md"
7
-
7
+
8
8
s . platform = 'ios' , 'macos'
9
9
s . ios . deployment_target = '12.0'
10
- s . swift_version = '5.9'
11
-
10
+ s . swift_version = '5.9'
11
+
12
12
s . summary = 'Mobile Virtual Try-On SDK'
13
13
14
- s . license = {
15
- :type => 'Commercial' ,
14
+ s . license = {
15
+ :type => 'Commercial' ,
16
16
:text => <<-LICENSE
17
17
Working with WANNA SDK is subject to Terms of use(https://wanna.fashion/terms-trial). Please review them before downloading the SDK and starting to use it.
18
18
LICENSE
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
25
25
smartphones by pointing a mobile camera at their feet or wrist.
26
26
DESC
27
27
28
- s . source = {
28
+ s . source = {
29
29
:git => 'https://github.com/WANNABY/WannaSDK-iOS.git' ,
30
30
:branch => 'master'
31
31
}
You can’t perform that action at this time.
0 commit comments