1 Star 4 Fork 0

ZLKits/ZLHTTPSessionManager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ZLHTTPSessionManager.podspec 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
itzhaolei 提交于 2024-11-14 16:07 . 保存
Pod::Spec.new do |s|
s.name = "ZLHTTPSessionManager"
s.version = "4.3.1.9"
s.summary = "基于AFNetworking的优化库"
s.description = "对AFNetworking的请求进行了一层封装。- 检测网络状态\n- 替换NULL\n- 转换基本数据类型为字符串\n"
s.homepage = "https://gitee.com/ZLKits/ZLHTTPSessionManager"
s.license = "MIT"
s.author = { "Mr.Zhao" => "[email protected]" }
s.ios.deployment_target = "11.0"
s.requires_arc = true
s.source = { :git => "https://gitee.com/ZLKits/ZLHTTPSessionManager.git", :tag => s.version }
s.public_header_files = 'ZLHTTPSessionManager/Classes/ZLHTTPSessionHeader.h'
s.source_files = 'ZLHTTPSessionManager/Classes/ZLHTTPSessionHeader.h'
s.subspec 'ZLRequest' do |ss|
ss.ios.deployment_target = "11.0"
ss.source_files = 'ZLHTTPSessionManager/Classes/Request/*.{h,m}'
ss.dependency "ZLHTTPSessionManager/ZLReplaceNull"
end
s.subspec 'ZLReplaceNull' do |ss|
ss.ios.deployment_target = "11.0"
ss.source_files = 'ZLHTTPSessionManager/Classes/ReplaceNull/*.{h,m}'
end
s.framework = "UIKit","Foundation"
s.dependency "AFNetworking", "~> 4.0.1"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/ZLKits/ZLHTTPSessionManager.git
[email protected]:ZLKits/ZLHTTPSessionManager.git
ZLKits
ZLHTTPSessionManager
ZLHTTPSessionManager
master

搜索帮助