6 Star 15 Fork 5

Danie1s / Tiercel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Tiercel.podspec 585 Bytes
一键复制 编辑 原始数据 按行查看 历史
Danie1s 提交于 2020-02-28 19:55 . release 3.2.0
Pod::Spec.new do |s|
s.name = 'Tiercel'
s.version = '3.2.0'
s.swift_version = '5.0'
s.summary = 'Tiercel is a lightweight, pure-Swift download framework.'
s.homepage = 'https://github.com/Danie1s/Tiercel'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Daniels' => '176516837@qq.com' }
s.source = { :git => 'https://github.com/Danie1s/Tiercel.git', :tag => s.version.to_s }
s.ios.deployment_target = '10.0'
s.source_files = 'Sources/**/*.swift'
s.requires_arc = true
end
Swift
1
https://gitee.com/Danie1s/Tiercel.git
git@gitee.com:Danie1s/Tiercel.git
Danie1s
Tiercel
Tiercel
master

搜索帮助