Skip to content

Commit

Permalink
Add podspec support to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed Apr 28, 2014
1 parent 3f48559 commit a53553c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file not shown.
14 changes: 14 additions & 0 deletions MessageDisplayKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "MessageDisplayKit"
s.version = "0.1.0"
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.0" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.platform = :ios, '6.0'
s.source_files = 'MessageDisplayKit'
s.resources = 'MessageDisplayKit/Resources/*'
s.requires_arc = true
end

0 comments on commit a53553c

Please sign in to comment.