Skip to content

Commit 45c3887

Browse files
v4.0.53
1 parent 6982641 commit 45c3887

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.52'
3+
spec.version = '4.0.53'
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_52.zip'}
8+
spec.source = { :http => 'https://library.cometchat.io/ios/v4.0/xcode15/CometChatSDK_4_0_53_.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/v2.1/xcode15/CometChatSDK_4_0_52.xcframework.zip",
19-
checksum: "cfcaeb6a2d287e98c95862ec9e79d7810d9c4ff4c54a33b68801e85ecc95cd96"
18+
url: "https://library.cometchat.io/ios/v4.0/xcode15/CometChatSDK_4_0_53.xcframework.zip",
19+
checksum: "49c3cff78e1d388a53e8ce5217266e2902d8ae07b81159178b0cc40807f170e9"
2020
),
2121
.binaryTarget(
2222
name: "CometChatStarscream",

0 commit comments

Comments
 (0)