1 Star 0 Fork 0

王路/LBXNetwork

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
LBXNetWork.podspec 771 Bytes
一键复制 编辑 原始数据 按行查看 历史
MxABC 提交于 2020-08-14 13:46 . AFN4.0.1
Pod::Spec.new do |s|
s.name = "LBXNetWork"
s.version = "1.0.1"
s.summary = "http request,tcp stream"
s.homepage = "https://github.com/MxABC/LBXNetWork"
s.license = "MIT"
s.author = { "lbxia" => "[email protected]" }
s.source = { :git => "https://github.com/MxABC/LBXNetWork.git",:tag => s.version }
s.ios.deployment_target = '9.0'
s.source_files = 'LBXNetWork/**/*.{m,h}'
s.public_header_files = 'LBXNetWork/AFNetworkVendor/AFNNetworkRequest.h','LBXNetWork/LBXHttpRequest.h','LBXNetWork/LBXNetWork.h','LBXNetWork/LBXTcpStream/LBXTcpStream.h'
s.ios.frameworks = 'Foundation', 'UIKit'
s.dependency 'AFNetworking', '~> 4.0'
s.dependency 'YYCache', '~> 1.0.4'
s.requires_arc = true
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iOS_wanglu/LBXNetwork.git
[email protected]:iOS_wanglu/LBXNetwork.git
iOS_wanglu
LBXNetwork
LBXNetwork
master

搜索帮助