1 Star 0 Fork 0

百度开源 / CarbonGraph

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CarbonCore.podspec 618 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pod::Spec.new do |spec|
spec.name = 'CarbonCore'
spec.version = '1.3.1'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.summary = 'Swift dependency injection framework for iOS'
spec.homepage = 'https://github.com/baidu/CarbonGraph'
spec.authors = { 'Baidu' => 'carbon-core@baidu.com' }
spec.source = { :git => 'https://github.com/baidu/CarbonGraph.git', :tag => spec.version }
spec.swift_versions = ['5.2', '5.3', '5.4', '5.5']
spec.ios.deployment_target = '9.0'
spec.source_files = 'CarbonCore/CarbonCore/**/*.swift'
end
Swift
1
https://gitee.com/baidu/CarbonGraph.git
git@gitee.com:baidu/CarbonGraph.git
baidu
CarbonGraph
CarbonGraph
main

搜索帮助