From 62f2915ddda3b4869575c0f5fd7a601c9683f5af Mon Sep 17 00:00:00 2001 From: Ghanshyam Mansata Date: Thu, 27 Jun 2019 16:08:10 +0530 Subject: [PATCH] Podspec changes for latest version --- CometChatPro.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CometChatPro.podspec b/CometChatPro.podspec index 79c46bc..af8e1f7 100644 --- a/CometChatPro.podspec +++ b/CometChatPro.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |spec| spec.name = 'CometChatPro' - spec.version = '1.7.1' + spec.version = '1.8.0' spec.license = {:type => 'MIT', :file => 'License.md'} spec.homepage = 'https://www.cometchat.com/pro' spec.authors = { 'Ghanshyam Mansata' => 'ghanshyam.mansata@inscripts.com' ,'Budhabhooshan Patil' => 'budhabhooshan.patil@inscripts.in' } spec.summary = 'CometChatPro is a platform for integrating voice, video & text messaging experiences into your websites, web apps and mobile apps' - spec.source = { :git => "https://github.com/cometchat-pro/ios-chat-sdk.git", :tag => '1.7.1'} + spec.source = { :git => "https://github.com/cometchat-pro/ios-chat-sdk.git", :tag => '1.8.0'} spec.source_files = 'CometChatPro.framework/Headers/*.{h,m,swift}' spec.library = 'z', 'sqlite3', 'xml2.2' spec.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }