1 Star 0 Fork 30

狼凤皇 / MessageDisplayKit

forked from 曾宪华 / MessageDisplayKit 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
MessageDisplayKit.podspec 805 Bytes
Copy Edit Raw Blame History
Jack authored 2014-05-21 16:52 . update s.frameworks
Pod::Spec.new do |s|
s.name = "MessageDisplayKit"
s.version = "0.2"
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.2" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit', 'MobileCoreServices', 'AVFoundation', 'CoreLocation', 'MediaPlayer', 'CoreMedia', 'CoreText', 'AudioTollbox'
s.platform = :ios, '6.0'
s.source_files = 'MessageDisplayKit/Classes/**/*.{h,m}'
s.resources = 'MessageDisplayKit/Resources/*'
s.requires_arc = true
end
1
https://gitee.com/Sunny_sunny/MessageDisplayKit.git
git@gitee.com:Sunny_sunny/MessageDisplayKit.git
Sunny_sunny
MessageDisplayKit
MessageDisplayKit
master

Search