1 Star 1 Fork 0

Andy/ZBNetworking

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ZBNetworking.podspec 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Andy 提交于 2024-07-30 11:21 . 引用报错处理
#
# Be sure to run `pod spec lint ZBNetworking.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "ZBNetworking"
s.version = "1.0.4"
s.summary = "The network request library adds caching policies."
s.homepage = "https://github.com/Suzhibin/ZBNetworking"
s.license = { :type => "MIT", :file => "FILE_LICENS" }
s.author = { "Suzhibin" => "szb2323@163.com" }
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'
s.source = { :git => "https://github.com/Suzhibin/ZBNetworking.git", :tag => s.version }
s.source_files = "ZBNetworking/**/*.{h,m}"
s.requires_arc = true
s.dependency "AFNetworking"
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/AndySuzhibin/ZBNetworking.git
git@gitee.com:AndySuzhibin/ZBNetworking.git
AndySuzhibin
ZBNetworking
ZBNetworking
master

搜索帮助