From 2d3991f14a229f71e5ae179ba663902a52e9e17a Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 13 Aug 2014 00:32:36 +0000 Subject: [PATCH] update MessageDisplayKit.podspec v0.2.5 --- MessageDisplayKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MessageDisplayKit.podspec b/MessageDisplayKit.podspec index 2aad3fa..b2f6b14 100644 --- a/MessageDisplayKit.podspec +++ b/MessageDisplayKit.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "MessageDisplayKit" - s.version = "0.2.4" + s.version = "0.2.5" s.summary = "An IM App like WeChat App has to send text, pictures, audio, video, location messaging, managing address book, more interesting features." s.homepage = "https://github.com/xhzengAIB/MessageDisplayKit" s.license = "MIT" s.authors = { "Jack" => "xhzengAIB@gmail.com" } - s.source = { :git => "https://github.com/xhzengAIB/MessageDisplayKit.git", :tag => "v0.2.4" } + s.source = { :git => "https://github.com/xhzengAIB/MessageDisplayKit.git", :tag => "v0.2.5" } s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit', 'MobileCoreServices', 'AVFoundation', 'CoreLocation', 'MediaPlayer', 'CoreMedia', 'CoreText', 'AudioToolbox' s.platform = :ios, '6.0' s.source_files = 'MessageDisplayKit/Classes/**/*.{h,m}'