1 Star 0 Fork 30

someng / MessageDisplayKit

forked from 曾宪华 / MessageDisplayKit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
MessageDisplayKit.podspec 805 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jack 提交于 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/someng/MessageDisplayKit.git
git@gitee.com:someng/MessageDisplayKit.git
someng
MessageDisplayKit
MessageDisplayKit
master

搜索帮助