Skip to content

Commit

Permalink
Merge pull request #76 from salemove/release/0.4.7
Browse files Browse the repository at this point in the history
Release 0.4.7
  • Loading branch information
dukhovnyi authored Jul 1, 2021
2 parents 125af09 + 52ff2aa commit b076778
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ let package = Package(
),
.binaryTarget(
name: "SalemoveSDK",
url: "https://github.com/salemove/ios-bundle/releases/download/0.29.5/SalemoveSDK.xcframework.zip",
checksum: "2714698fbc7bbaa04a96e46d90717f2a5f79990eee7e0d76fddf581563b643d7"
url: "https://github.com/salemove/ios-bundle/releases/download/0.29.6/SalemoveSDK.xcframework.zip",
checksum: "d4e04e0fe665e2d5eb15d5897548d5aac3a7fc8e41356ff854fc238e7887081e"
),
.binaryTarget(
name: "GliaWidgets",
url: "https://github.com/salemove/ios-sdk-widgets/releases/download/0.4.6/GliaWidgets.xcframework.zip",
checksum: "acc9c8590c323daeab90f36745e2c338c117cf80c3a78cb5a826699288a5c976"
url: "https://github.com/salemove/ios-sdk-widgets/releases/download/0.4.7/GliaWidgets.xcframework.zip",
checksum: "a3c6090b6cac3a659e7af5077b6b2c37f08bbc9250f520411783dff557ff075f"
),
.binaryTarget(
name: "PureLayout",
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ target 'GliaWidgets' do
use_frameworks!

pod 'PureLayout', '~> 3.1'
pod 'SalemoveSDK', :git => 'https://github.com/salemove/ios-bundle', :tag => "0.29.5"
pod 'SalemoveSDK', :git => 'https://github.com/salemove/ios-bundle', :tag => "0.29.6"
end

post_install do |installer|
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- glia-webrtc/bitcode (0.0.3)
- PureLayout (3.1.8)
- SalemoveSDK (0.29.5):
- SalemoveSDK (0.29.6):
- glia-webrtc/bitcode (= 0.0.3)
- TwilioVoice (= 6.2.0)
- TwilioVoice (6.2.0)

DEPENDENCIES:
- PureLayout (~> 3.1)
- SalemoveSDK (from `https://github.com/salemove/ios-bundle`, tag `0.29.5`)
- SalemoveSDK (from `https://github.com/salemove/ios-bundle`, tag `0.29.6`)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
Expand All @@ -19,19 +19,19 @@ SPEC REPOS:
EXTERNAL SOURCES:
SalemoveSDK:
:git: https://github.com/salemove/ios-bundle
:tag: 0.29.5
:tag: 0.29.6

CHECKOUT OPTIONS:
SalemoveSDK:
:git: https://github.com/salemove/ios-bundle
:tag: 0.29.5
:tag: 0.29.6

SPEC CHECKSUMS:
glia-webrtc: a5c7e59ae752281d19734b4f918db9da39e8009d
PureLayout: a4afb3d79dd958564ce33d22c89f407280d8e6a8
SalemoveSDK: 22418809bf0cf5260d7b6c0f10d904fba5b4eb04
SalemoveSDK: 98efa597a1b0018dad0a7aafa7961f3ab156266b
TwilioVoice: 5e6fd6b5e99dfec03dcb57331f7e7c77ad79f1f0

PODFILE CHECKSUM: f1b91d712b51c6609d87ffaba7e4a704b5072657
PODFILE CHECKSUM: 30dffa39e040c50af43d8eb1e530122b042398ce

COCOAPODS: 1.10.0

0 comments on commit b076778

Please sign in to comment.