3 Star 5 Fork 2

MQZHot / DaisyNet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
DaisyNet.podspec 695 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pod::Spec.new do |s|
s.name = "DaisyNet"
s.version = "1.0.5"
s.summary = "Alamofire与Cache封装, 更容易存储请求数据"
s.homepage = "https://github.com/MQZHot/DaisyNet"
s.license = "MIT"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "MQZHot" => "mqz1228@163.com" }
s.platform = :ios, "11.0"
s.source = { :git => "https://github.com/MQZHot/DaisyNet.git", :tag => s.version }
s.source_files = ["Source/*.swift"]
s.requires_arc = true
s.pod_target_xcconfig = { "SWIFT_VERSION" => "5.0" }
s.swift_version = '5.0'
s.dependency 'Cache', '>= 6.0.0'
s.dependency 'Alamofire', '>= 5.0.0'
end
Swift
1
https://gitee.com/MQZHot/DaisyNet.git
git@gitee.com:MQZHot/DaisyNet.git
MQZHot
DaisyNet
DaisyNet
master

搜索帮助