Skip to content

Commit aa8eb04

Browse files
v4_0_55-beta1
1 parent 6eab3d7 commit aa8eb04

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.54'
3+
spec.version = '4.0.55-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_54.zip'}
8+
spec.source = { :http => 'https://library.cometchat.io/ios/v4.0/xcode15/CometChatSDK_4_0_55-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_54.xcframework.zip",
19-
checksum: "b3058af63eb1eb95f62b356c66e49ecf1bd917eafa2954ea15722134d4775c99"
18+
url: "https://library.cometchat.io/ios/v4.0/xcode15/CometChatSDK_4_0_55-beta1.xcframework.zip",
19+
checksum: "719a8d010e0a953471948ad8d5f277587b21a5c40a99e3bcbd2f28d8a0a216a2"
2020
),
2121
.binaryTarget(
2222
name: "CometChatStarscream",

0 commit comments

Comments
 (0)