We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0a87a commit a8cedbeCopy full SHA for a8cedbe
1 file changed
MessageDisplayKit.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "MessageDisplayKit"
3
- s.version = "3.0.1"
+ s.version = "3.0.2"
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" => "[email protected]" }
8
- s.source = { :git => "https://github.com/xhzengAIB/MessageDisplayKit.git", :tag => "3.0.1" }
+ s.source = { :git => "https://github.com/xhzengAIB/MessageDisplayKit.git", :tag => "3.0.2" }
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