Skip to content

Commit

Permalink
update version v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
地风 committed Jun 13, 2018
1 parent 042e504 commit 193ee6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CYLChatKit.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }
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'
Expand Down

0 comments on commit 193ee6b

Please sign in to comment.