Skip to content

Commit eabd204

Browse files
v4.0.47
1 parent 6784c03 commit eabd204

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.46'
3+
spec.version = '4.0.47'
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_46_.zip'}
8+
spec.source = { :http => 'https://library.cometchat.io/ios/v4.0/xcode15/CometChatSDK_4_0_47.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

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "CometChatSDK",
18-
url: "https://library.cometchat.io/ios/v4.0/xcode15/CometChatSDK_4_0_46.xcframework.zip",
19-
checksum: "10c6e62d5e5380eead9f235a5d15eef41f4813168c5ed79f03203b9795de2478"
18+
url: "https://library.cometchat.io/ios/v4.0/xcode15/CometChatSDK_4_0_7_.xcframework.zip",
19+
checksum: "99aa879e7c953e4374bf9dff2e7fed1e32f9ed871732e573ed5233b085ec6038"
2020
),
2121
.binaryTarget(
2222
name: "CometChatStarscream",
23-
url: "https://library.cometchat.io/ios/v4.0/xcode14/CometChatStarscream_1_0_0.xcframework.zip",
24-
checksum: "857572e419deab4a0bfccf760618c39b0f76f6368a071f3aae432a8ec414675a"
23+
url: "https://library.cometchat.io/ios/v4.0/xcode15/CometChatStarscream_1_0_1.xcframework.zip",
24+
checksum: "13a5968a10051dacfbc1fae4be585db59be4ef92e7b7ec33017d95d87a30bdd6"
2525
)
2626
]
2727
)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ platform :ios, '11.0'
5252
use_frameworks!
5353

5454
target 'YourApp' do
55-
pod 'CometChatSDK', '4.0.46'
56-
pod 'CometChatCallsSDK', '4.0.5'
55+
pod 'CometChatSDK', '4.0.47'
56+
pod 'CometChatCallsSDK', '4.0.6'
5757
end
5858
________________________________________________________________
5959

0 commit comments

Comments
 (0)