Skip to content

Commit 6982641

Browse files
v4.0.52
1 parent f71f02b commit 6982641

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

0 commit comments

Comments
 (0)