Skip to content

Commit

Permalink
Merge pull request #16 from sendbird/release/1.2.8
Browse files Browse the repository at this point in the history
Release 1.2.8
  • Loading branch information
tezpark authored Oct 13, 2024
2 parents ddaa295 + 910f9ba commit 0bee35f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
.binaryTarget(
name: "SendbirdLiveSDK",
url: "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.8/SendbirdLiveSDK.xcframework.zip",
checksum: "7aae146b1117361f50109bab6a05d2e245b40e7ac7e4af725b28ec08ee09c805"
checksum: "c25161e027db8af4ae0134210da30ae026b17ff67d281900d2c54a5d89de8a2c"
),
.target(name: "SendbirdLiveSDKTarget",
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion SendbirdLiveSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
'Celine Moon' => '[email protected]',
'Young Hwang' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.8/SendbirdLiveSDK.zip", :sha1 => "f69474b4a225c9b9ea3e954e526fe6d580e471e9" }
s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.8/SendbirdLiveSDK.zip", :sha1 => "709b02a9815590843f853f966fa1b2f708b36908" }
s.requires_arc = true
s.platform = :ios, '12.0'
s.documentation_url = 'https://sendbird.com/docs/live/v1/ios/ref/index.html'
Expand Down

0 comments on commit 0bee35f

Please sign in to comment.