diff --git a/MessageDisplayKit.podspec b/MessageDisplayKit.podspec index 6a01ea3..d5af7d2 100644 --- a/MessageDisplayKit.podspec +++ b/MessageDisplayKit.podspec @@ -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" => "xhzengAIB@gmail.com" } - 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