From 193ee6b1cec3d9b1750fab173783d9e27a368bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9C=B0=E9=A3=8E?= Date: Wed, 13 Jun 2018 11:08:10 +0800 Subject: [PATCH] update version v2.1.1 --- CYLChatKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CYLChatKit.podspec b/CYLChatKit.podspec index a2f50a5..5c0ceb9 100644 --- a/CYLChatKit.podspec +++ b/CYLChatKit.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "CYLChatKit" - s.version = "2.1.0" + s.version = "2.1.1" s.summary = "An IM App Framework, support sending text, pictures, audio, video, location messaging, managing address book, more interesting features." s.homepage = "https://github.com/ChenYilong/ChatKit-OC" s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { "ElonChan" => "luohanchenyilong@163.com" } s.platform = :ios, '7.0' s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit', 'MobileCoreServices', 'AVFoundation', 'CoreLocation', 'MediaPlayer', 'CoreMedia', 'CoreText', 'AudioToolbox','MapKit','ImageIO','SystemConfiguration','CFNetwork','QuartzCore','Security','CoreTelephony' - s.source = { :git => "https://github.com/LeanCloud/ChatKit-OC.git", :tag => s.version.to_s } + s.source = { :git => "git@github.com:ChenYilong/CYLChatKit.git", :tag => s.version.to_s } s.source_files = 'ChatKit', 'ChatKit/**/*.{h,m}' s.vendored_frameworks = 'ChatKit/Class/Tool/Vendor/VoiceLib/lame.framework' s.resources = 'ChatKit/Class/Resources/*', 'ChatKit/**/*.xib'