Skip to content

Commit

Permalink
update MessageDisplayKit.podspec 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed Dec 5, 2014
1 parent 4330fe1 commit 3abc09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MessageDisplayKit.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "MessageDisplayKit"
s.version = "0.2.7"
s.version = "0.2.8"
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" => "[email protected]" }
s.source = { :git => "https://github.com/xhzengAIB/MessageDisplayKit.git", :tag => "v0.2.7" }
s.source = { :git => "https://github.com/xhzengAIB/MessageDisplayKit.git", :tag => "v0.2.8" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit', 'MobileCoreServices', 'AVFoundation', 'CoreLocation', 'MediaPlayer', 'CoreMedia', 'CoreText', 'AudioToolbox'
s.platform = :ios, '6.0'
s.source_files = 'MessageDisplayKit/Classes/**/*.{h,m}'
Expand Down

0 comments on commit 3abc09c

Please sign in to comment.