Skip to content

Commit

Permalink
Merge pull request #39 from salemove/release/0.29.2
Browse files Browse the repository at this point in the history
Release 0.29.2
  • Loading branch information
gersonnoboa authored May 14, 2021
2 parents 7bfaf40 + e831f6c commit 898d7ed
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 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.2"
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.1/SalemoveSDK.xcframework.zip",
checksum: "e975b0241e02c96563abe7d9d3b23c645d1c7e638fd793e009095f94f75061a9"
url: "https://github.com/salemove/ios-bundle/releases/download/0.29.2/SalemoveSDK.xcframework.zip",
checksum: "413e8ce85f72a37b5f605490c5e73bd96b9912f3001916d8d9d6c8e80f083f92"
),
.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 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>
hpk7vzR6qiAZLWxc1HYXUTbHYDU=
HcMyKDPeVKCU3NtbsqC1PoOD2N8=
</data>
<key>Modules/SalemoveSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data>
Expand Down

0 comments on commit 898d7ed

Please sign in to comment.