Skip to content

Commit

Permalink
update podspec file v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed May 7, 2014
1 parent 08b66f8 commit 0cd76aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MessageDisplayKit.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "MessageDisplayKit"
s.version = "0.1.5"
s.version = "0.1.6"
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.5" }
s.source = { :git => "https://github.com/xhzengAIB/MessageDisplayKit.git", :tag => "v0.1.6" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.platform = :ios, '6.0'
s.source_files = 'MessageDisplayKit/Classes/**/*.{h,m}'
Expand Down

0 comments on commit 0cd76aa

Please sign in to comment.