Skip to content

Commit 8c891d8

Browse files
Updated to 7.4.1 (#44)
1 parent 5616028 commit 8c891d8

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project 'Example.xcodeproj'
99
platform :ios, '12.0'
1010

1111
target 'Wanna Sample' do
12-
pod 'WannaSDK', '7.4.0'
12+
pod 'WannaSDK', '7.4.1'
1313
pod 'WannaDebug', :path => '../WannaDebug.podspec'
1414
pod 'WannaTryOn', :path => '../WannaTryOn.podspec'
1515
end

Example/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- WannaDebug (7.1.0):
33
- WannaSDK
4-
- WannaSDK (7.4.0)
4+
- WannaSDK (7.4.1)
55
- WannaTryOn (7.4.0):
66
- WannaTryOn/Toolkit (= 7.4.0)
77
- WannaTryOn/TryOn (= 7.4.0)
@@ -12,7 +12,7 @@ PODS:
1212

1313
DEPENDENCIES:
1414
- WannaDebug (from `../WannaDebug.podspec`)
15-
- WannaSDK (= 7.4.0)
15+
- WannaSDK (= 7.4.1)
1616
- WannaTryOn (from `../WannaTryOn.podspec`)
1717

1818
SPEC REPOS:
@@ -27,9 +27,9 @@ EXTERNAL SOURCES:
2727

2828
SPEC CHECKSUMS:
2929
WannaDebug: 052e46701586b4870cafaf7b3d8cc9e1c78365ec
30-
WannaSDK: 689d1ba1f4e8d2435db08c6d3e254abc18834154
30+
WannaSDK: f9b0053ab05da1a76d56b811c0a4b74aa70cc850
3131
WannaTryOn: 750ac4aee16c9bbeafa9903bcaf0382b32a86954
3232

33-
PODFILE CHECKSUM: fd0e2261ee19d30eb001d43170aadeed2cd5db46
33+
PODFILE CHECKSUM: a8a2d6f24eb9266e35347336692b61a7c6ff0f73
3434

3535
COCOAPODS: 1.15.2

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ let package = Package(
2121
targets: [
2222
.binaryTarget(
2323
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"
2626
),
2727
.binaryTarget(
2828
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"
3131
)
3232
]
3333
)

WannaTryOn.podspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
Pod::Spec.new do |s|
22
s.name = 'WannaTryOn'
3-
s.version = '7.4.0'
3+
s.version = '7.4.1'
44
s.author = 'help@wanna.fashion'
55
s.homepage = "https://wanna.fashion"
66
s.readme = "https://github.com/WANNABY/WannaSDK-iOS/blob/master/README.md"
7-
7+
88
s.platform = 'ios', 'macos'
99
s.ios.deployment_target = '12.0'
10-
s.swift_version = '5.9'
11-
10+
s.swift_version = '5.9'
11+
1212
s.summary = 'Mobile Virtual Try-On SDK'
1313

14-
s.license = {
15-
:type => 'Commercial',
14+
s.license = {
15+
:type => 'Commercial',
1616
:text => <<-LICENSE
1717
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.
1818
LICENSE
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
smartphones by pointing a mobile camera at their feet or wrist.
2626
DESC
2727

28-
s.source = {
28+
s.source = {
2929
:git => 'https://github.com/WANNABY/WannaSDK-iOS.git',
3030
:branch => 'master'
3131
}

0 commit comments

Comments
 (0)