Skip to content

Commit

Permalink
v4.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
suryansh-cometchat committed Dec 2, 2024
1 parent 5c2a24b commit cc3d232
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Binary file not shown.
6 changes: 3 additions & 3 deletions CometChatUIKitSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@

Pod::Spec.new do |s|
s.name = 'CometChatUIKitSwift'
s.version = '4.3.17'
s.version = '4.3.18'
s.summary = 'CometChat Swift UI Kit is a collection of custom UI Components'
s.description = 'The UIKit designed to build chat & calling features in your application. The UI Kit is developed to keep developers in mind and aims to reduce development efforts significantly'

s.homepage = 'https://www.cometchat.com'
s.license = { :type => 'MIT', :file => 'License.md' }
s.author = { 'suryanshbisen' => '[email protected]' }
s.source = { :http => 'https://library.cometchat.io/ios/v4.0/xcode15/CometChatUIKitSwift_4_3_17.zip'}
s.source = { :http => 'https://library-new.cometchat.io/ios/v4.0/xcode15/CometChatUIKitSwift_4_3_18.zip'}
s.vendored_frameworks = 'CometChatUIKitSwift.xcframework'
s.resource_bundles = {'CometChatUIKitSwift' => ['CometChatUIKitSwift.xcframework/PrivacyInfo.xcprivacy']}

s.swift_version = '5.0'
s.dependency 'CometChatSDK', '4.0.53'
s.dependency 'CometChatSDK', '4.0.54'
s.ios.deployment_target = '13.0'


Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/cometchat/chat-sdk-ios.git",
"state": {
"branch": null,
"revision": "45c388770e3475e10d39d5eb5e16e9ecc5e632ca",
"version": "4.0.53"
"revision": "6eab3d70d6415931003fbb9f593c97e5f71e18ba",
"version": "4.0.54"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(

dependencies: [
.package(name: "CometChatSDK",
url: "https://github.com/cometchat/chat-sdk-ios.git", .exact("4.0.53")
url: "https://github.com/cometchat/chat-sdk-ios.git", .exact("4.0.54")
)
],
targets: [
Expand All @@ -26,8 +26,8 @@ let package = Package(
path: "CometChatUIKitSwiftWrapper"),
.binaryTarget(
name: "CometChatUIKitSwift",
url: "https://library.cometchat.io/ios/v4.0/xcode15/CometChatUIKitSwift_4_3_17.xcframework.zip",
checksum: "0eaaa1774802a4affb809bd4d1c6fcc94ac453a8072f73f0501f1e6b0fc99b63"
url: "https://library.cometchat.io/ios/v4.0/xcode15/CometChatUIKitSwift_4_3_18.xcframework.zip",
checksum: "6a62817b69c7e9e753a5e67ec5f2f1e67d63b3ad574b9102775b5f29fb35e995"
)
]
)

0 comments on commit cc3d232

Please sign in to comment.