Skip to content

Commit

Permalink
on call ended callback added in CometchatCallsDelegate
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisheksaralaya13 committed Jul 13, 2023
1 parent d9d28f1 commit d2e85a5
Show file tree
Hide file tree
Showing 11 changed files with 1,059 additions and 1,059 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions CometChatPro/CometChatPro.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

Pod::Spec.new do |spec|
spec.name = 'CometChatPro'
spec.version = '3.0.916'
spec.version = '3.0.917-beta2'
spec.license = {:type => 'MIT', :file => 'License.md'}
spec.homepage = 'https://www.cometchat.com/pro'
spec.authors = { 'Abhishek Saralaya' => 'abhishek.saralaya@inscripts.in', 'pushpsen' => 'pushpsen.airekar@inscripts.com'}
spec.summary = 'CometChatPro 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/v3.0/xcode14/CometChatPro_3_0_916.zip'}
spec.source = { :http => 'https://library.cometchat.io/ios/v3.0/xcode14/CometChatPro_3_0_917-beta2.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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a href="https://cocoapods.org/pods/CometChatPro"><img src="https://img.shields.io/badge/platform-iOS-orange.svg" /></a>
<a href=""><img src="https://img.shields.io/badge/language-Objective--C%20%7C%20Swift-orange.svg" /></a>
<a href=""> <img src="https://img.shields.io/badge/Contributors-4-yellowgreen" /></a>
<a href=" "> <img src="https://img.shields.io/badge/Version-3.0.916-red" /></a>
<a href=" "> <img src="https://img.shields.io/badge/Version-3.0.917--beta2-red" /></a>
<a href=""> <img src="https://img.shields.io/github/stars/cometchat-pro/ios-chat-sdk?style=social" /></a>

</p>
Expand Down Expand Up @@ -67,7 +67,7 @@ platform :ios, '11.0'
use_frameworks!

target 'YourApp' do
pod 'CometChatPro', '3.0.916'
pod 'CometChatPro', '3.0.917-beta2'
end
________________________________________________________________

Expand All @@ -84,8 +84,8 @@ platform :ios, '11.0'
use_frameworks!

target 'YourApp' do
pod 'CometChatPro', '3.0.916'
pod 'CometChatCalls', '3.0.0'
pod 'CometChatPro', '3.0.917-beta2'
pod 'CometChatCalls', '3.0.1-beta2'
end
________________________________________________________________

Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit d2e85a5

Please # to comment.