Skip to content

Commit

Permalink
update v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed May 4, 2014
1 parent 4caea7a commit d0b0d2e
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,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "MessageDisplayKit"
s.version = "0.1.1"
s.version = "0.1.2"
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.1" }
s.source = { :git => "https://github.com/xhzengAIB/MessageDisplayKit.git", :tag => "v0.1.2" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.platform = :ios, '6.0'
s.source_files = 'MessageDisplayKit'
s.source_files = 'MessageDisplayKit/*'
s.resources = 'MessageDisplayKit/Resources/*'
s.requires_arc = true
end

0 comments on commit d0b0d2e

Please sign in to comment.