Skip to content

Commit

Permalink
v4.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
suryansh-cometchat committed Jul 2, 2024
1 parent 0353041 commit 479b018
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions CometChatSDK/CometChatSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'CometChatSDK'
spec.version = '4.0.49'
spec.version = '4.0.50'
spec.license = {:type => 'MIT', :file => 'License.md'}
spec.homepage = 'https://www.cometchat.com'
spec.authors = { 'Suryansh Bisen' => '[email protected]' }
spec.summary = 'CometChat is a platform for integrating voice, video & text messaging experiences into your websites, web apps and mobile apps'
spec.source = { :http => 'https://library.cometchat.io/ios/v4.0/xcode15/CometChatSDK_4_0_49.zip'}
spec.source = { :http => 'https://library.cometchat.io/ios/v4.0/xcode15/CometChatSDK_4_0_50.zip'}
spec.library = 'z', 'sqlite3', 'xml2.2'
spec.xcconfig = {'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'}
spec.documentation_url = 'https://www.cometchat.com/docs/ios-chat-sdk/overview'
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "CometChatSDK",
url: "https://library.cometchat.io/ios/v4.0/xcode15/CometChatSDK_4_0_49.xcframework.zip",
checksum: "3e28e41549021b34147fb2304b76463b0149343ddafb2bb5743227a6c50ea171"
url: "https://library.cometchat.io/ios/v4.0/xcode15/CometChatSDK_4_0_50.xcframework.zip",
checksum: "f03c8c2276ec991438832c6d8aea42541abcd67229c2f42d319ae5792ca62be7"
),
.binaryTarget(
name: "CometChatStarscream",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ platform :ios, '11.0'
use_frameworks!

target 'YourApp' do
pod 'CometChatSDK', '4.0.48'
pod 'CometChatSDK', '4.0.50'
pod 'CometChatCallsSDK', '4.0.6'
end
________________________________________________________________
Expand Down

0 comments on commit 479b018

Please sign in to comment.