6 Star 19 Fork 4

chengfei soft/NIMSwift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
NIMSwift.podspec 530 Bytes
一键复制 编辑 原始数据 按行查看 历史
衡成飞 提交于 2017-06-30 21:35 +08:00 . init
Pod::Spec.new do |s|
s.name = 'NIMSwift'
s.version = '0.1.0'
s.license= { :type => "MIT", :file => "LICENSE" }
s.summary = 'NIMSwift is a Swift module for subViews to uiview.'
s.homepage = 'https://github.com/neteaseapp/NIMSwift'
s.authors = { 'chengfei.heng' => 'hengchengfei@sina.com' }
s.source = { :git => 'https://github.com/neteaseapp/NIMSwift.git', :tag => "0.1.0" }
s.ios.deployment_target = '8.0' #支持的版本号
s.source_files = "NIMSwift/Classes/*.swift", "NIMSwift/Classes/**/*.swift" #包含的source文件
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/hengchengfei/NIMSwift.git
git@gitee.com:hengchengfei/NIMSwift.git
hengchengfei
NIMSwift
NIMSwift
master

搜索帮助