Skip to content

Commit 0cce336

Browse files
v4.0.54-beta1
1 parent 45c3887 commit 0cce336

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CometChatSDK/CometChatSDK.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'CometChatSDK'
3-
spec.version = '4.0.53'
3+
spec.version = '4.0.54-beta1'
44
spec.license = {:type => 'MIT', :file => 'License.md'}
55
spec.homepage = 'https://www.cometchat.com'
66
spec.authors = { 'Suryansh Bisen' => '[email protected]' }
77
spec.summary = 'CometChat is a platform for integrating voice, video & text messaging experiences into your websites, web apps and mobile apps'
8-
spec.source = { :http => 'https://library.cometchat.io/ios/v4.0/xcode15/CometChatSDK_4_0_53_.zip'}
8+
spec.source = { :http => 'https://library.cometchat.io/ios/v4.0/xcode15/CometChatSDK_4_0_54-beta1.zip'}
99
spec.library = 'z', 'sqlite3', 'xml2.2'
1010
spec.xcconfig = {'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'}
1111
spec.documentation_url = 'https://www.cometchat.com/docs/ios-chat-sdk/overview'

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "CometChatSDK",
18-
url: "https://library.cometchat.io/ios/v4.0/xcode15/CometChatSDK_4_0_53.xcframework.zip",
19-
checksum: "49c3cff78e1d388a53e8ce5217266e2902d8ae07b81159178b0cc40807f170e9"
18+
url: "https://library.cometchat.io/ios/v4.0/xcode15/CometChatSDK_4_0_54-beta1.xcframework.zip",
19+
checksum: "5393dd4fe5ef1c4e80d8a395bf481b2a17d5ecd982777e36588a365c2bcc3251"
2020
),
2121
.binaryTarget(
2222
name: "CometChatStarscream",

0 commit comments

Comments
 (0)