We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d859f commit a88918fCopy full SHA for a88918f
1 file changed
MessageDisplayKit.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "MessageDisplayKit"
3
- s.version = "4.8"
+ s.version = "4.9"
4
s.summary = "An IM App like WeChat App has to send text, pictures, audio, video, location messaging, managing address book, more interesting features. "
5
s.homepage = "https://github.com/xhzengAIB/MessageDisplayKit"
6
s.license = "MIT"
7
s.authors = { "Jack" => "xhzengAIB@gmail.com" }
8
- s.source = { :git => "https://github.com/xhzengAIB/MessageDisplayKit.git", :tag => "4.8" }
+ s.source = { :git => "https://github.com/xhzengAIB/MessageDisplayKit.git", :tag => "4.9" }
9
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit', 'MobileCoreServices', 'AVFoundation', 'CoreLocation', 'MediaPlayer', 'CoreMedia', 'CoreText', 'AudioToolbox'
10
s.platform = :ios, '6.0'
11
s.source_files = 'MessageDisplayKit/Classes/**/*.{h,m}'
0 commit comments