Skip to content

Commit bcfaa0d

Browse files
v4.0.48
1 parent eabd204 commit bcfaa0d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.47'
3+
spec.version = '4.0.48'
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_47.zip'}
8+
spec.source = { :http => 'https://library.cometchat.io/ios/v4.0/xcode15/CometChatSDK_4_0_48.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_7_.xcframework.zip",
19-
checksum: "99aa879e7c953e4374bf9dff2e7fed1e32f9ed871732e573ed5233b085ec6038"
18+
url: "https://library.cometchat.io/ios/v4.0/xcode15/CometChatSDK_4_0_48.xcframework.zip",
19+
checksum: "b41858a700ea3299beb59490fcefe142cd44ac56df944a43a585ef21c4e4eed9"
2020
),
2121
.binaryTarget(
2222
name: "CometChatStarscream",

README.md

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

5454
target 'YourApp' do
55-
pod 'CometChatSDK', '4.0.47'
55+
pod 'CometChatSDK', '4.0.48'
5656
pod 'CometChatCallsSDK', '4.0.6'
5757
end
5858
________________________________________________________________

0 commit comments

Comments
 (0)