5 Star 9 Fork 4

Gitee 极速下载 / coobjc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/alibaba/coobjc
克隆/下载
cokit.podspec 724 Bytes
一键复制 编辑 原始数据 按行查看 历史
liukun 提交于 2019-05-09 14:37 . update cokit.podspec
Pod::Spec.new do |s|
s.name = "cokit"
s.version = "1.2.1"
s.summary = "coobjc's Foundationkit."
s.description = <<-DESC
The Foundation extensions of coobjc.
DESC
s.homepage = "https://github.com/alibaba/coobjc"
s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Alibaba-INC copyright
LICENSE
}
s.author = { "pengyutang125" => "pengyutang125@sina.com" }
s.platform = :ios
s.ios.deployment_target = '8.0'
s.requires_arc = true
s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.2.1' }
s.source_files = 'cokit/cokit/**/*.{h,m}'
s.dependency 'coobjc', '~> 1.2.0'
end
Swift
1
https://gitee.com/mirrors/coobjc.git
git@gitee.com:mirrors/coobjc.git
mirrors
coobjc
coobjc
master

搜索帮助