1 Star 0 Fork 0

Alibaba/coobjc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
coobjc.podspec 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
liukun 提交于 2019-06-18 17:48 . change macos min version
Pod::Spec.new do |s|
s.name = "coobjc"
s.version = "1.2.0"
s.summary = "A coroutine framework for Objective-C"
s.description = <<-DESC
This library provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc
DESC
s.homepage = "https://github.com/alibaba/coobjc"
s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Alibaba-INC copyright
LICENSE
}
s.author = { "pengyutang125" => "[email protected]" }
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.2.0' }
s.source_files = 'coobjc/**/*.{h,m}'
s.requires_arc = ['coobjc/co/*.m', 'coobjc/generator/*.m', 'coobjc/actor/*.m', 'coobjc/promise/*.m']
s.dependency 'cocore', '~> 1.2.0'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alibaba/coobjc.git
[email protected]:alibaba/coobjc.git
alibaba
coobjc
coobjc
master

搜索帮助