Skip to content

Commit

Permalink
Merge pull request #40 from salemove/release/0.29.3
Browse files Browse the repository at this point in the history
Release 0.29.3
  • Loading branch information
gersonnoboa authored May 19, 2021
2 parents 9968b07 + c497bc6 commit b99a534
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ target 'ExampleApp' do
use_frameworks!

# Pods for ExampleApp
pod 'SalemoveSDK', :git => 'https://github.com/salemove/ios-bundle', :tag => "0.28.0"
pod 'SalemoveSDK', :git => 'https://github.com/salemove/ios-bundle', :tag => "0.29.3"
pod 'Kingfisher'
end

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ let package = Package(
),
.binaryTarget(
name: "SalemoveSDK",
url: "https://github.com/salemove/ios-bundle/releases/download/0.29.2/SalemoveSDK.xcframework.zip",
checksum: "413e8ce85f72a37b5f605490c5e73bd96b9912f3001916d8d9d6c8e80f083f92"
url: "https://github.com/salemove/ios-bundle/releases/download/0.29.3/SalemoveSDK.xcframework.zip",
checksum: "c13b3ffcad2a8d5b4b7698d51884abade01d80ecb120481cd5da9b4004fa66fd"
),
.target(
name: "GliaSDK",
Expand Down
2 changes: 1 addition & 1 deletion SalemoveSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.module_name = 'SalemoveSDK'
s.ios.deployment_target = '12.0'
s.ios.vendored_frameworks = 'SalemoveSDK.framework'
s.ios.vendored_frameworks = 'SalemoveSDK.xcframework'
s.swift_version = '5.3'

s.dependency 'Moya', '14.0.0'
Expand Down
Binary file not shown.
Binary file modified SalemoveSDK.xcframework/ios-arm64/SalemoveSDK.framework/SalemoveSDK
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
HcMyKDPeVKCU3NtbsqC1PoOD2N8=
kfLv8fn+S0tgc/OXb+qKeUjtKAE=
</data>
<key>Modules/SalemoveSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data>
Expand All @@ -26,7 +26,7 @@
</data>
<key>Modules/SalemoveSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
0HKUxsQID+dMoE491297/9J6Pho=
7Zw505oYOzhG1T26ziHpYu5wAUc=
</data>
<key>Modules/SalemoveSDK.swiftmodule/x86_64.swiftdoc</key>
<data>
Expand All @@ -38,7 +38,7 @@
</data>
<key>Modules/SalemoveSDK.swiftmodule/x86_64.swiftmodule</key>
<data>
0HKUxsQID+dMoE491297/9J6Pho=
7Zw505oYOzhG1T26ziHpYu5wAUc=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -79,7 +79,7 @@
<dict>
<key>hash2</key>
<data>
1CZFjUrg8QKQOUx1XWrgjEpdqVsjejtJt5ZyELtJzCA=
G7dkE+bwrrL8AtXRENjckppcqnZU+e+PqiNlYB5LD2E=
</data>
</dict>
<key>Modules/SalemoveSDK.swiftmodule/x86_64.swiftdoc</key>
Expand All @@ -100,7 +100,7 @@
<dict>
<key>hash2</key>
<data>
1CZFjUrg8QKQOUx1XWrgjEpdqVsjejtJt5ZyELtJzCA=
G7dkE+bwrrL8AtXRENjckppcqnZU+e+PqiNlYB5LD2E=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down

0 comments on commit b99a534

Please sign in to comment.