Skip to content

Commit

Permalink
update v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed May 9, 2014
1 parent 052aecc commit 1ea5105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MessageDisplayKit.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "MessageDisplayKit"
s.version = "0.1.6"
s.version = "0.1.7"
s.summary = "A messages UI for iPhone and iPad,You can send txt, voice, image,video,emotion .etc messages. like WeChat App."
s.homepage = "https://github.com/xhzengAIB/MessageDisplayKit"
s.license = "MIT"
s.authors = { "xhzengAIB" => "[email protected]" }
s.source = { :git => "https://github.com/xhzengAIB/MessageDisplayKit.git", :tag => "v0.1.6" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.source = { :git => "https://github.com/xhzengAIB/MessageDisplayKit.git", :tag => "v0.1.7" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit', 'MobileCoreServices', 'AVFoundation', 'CoreLocation'
s.platform = :ios, '6.0'
s.source_files = 'MessageDisplayKit/Classes/**/*.{h,m}'
s.resources = 'MessageDisplayKit/Resources/*'
Expand Down

0 comments on commit 1ea5105

Please sign in to comment.