diff --git a/MessageDisplayKit.podspec b/MessageDisplayKit.podspec index c1a7bf6..4fc873f 100644 --- a/MessageDisplayKit.podspec +++ b/MessageDisplayKit.podspec @@ -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" => "xhzengAIB@gmail.com" } - 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/*'