1 Star 1 Fork 1

zhanggm79 / BANetManager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BANetManager.podspec 867 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pod::Spec.new do |s|
s.name = "BANetManager"
s.version = "2.3.6"
s.summary = '基于AFNetworking 3.x 最新版本的封装,集成了get/post 方法请求数据,单图/多图上传,视频上传/下载,网络监测 等多种网络请求方式.'
s.homepage = "https://github.com/boai/BANetManager.git"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { "boai" => "sunboyan@outlook.com" }
s.social_media_url = "http://weibo.com/538298123"
s.homepage = 'https://github.com/boai/BANetManager.git'
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/boai/BANetManager.git", :tag => s.version.to_s }
s.requires_arc = true
s.source_files = "BANetManager/BANetManager/*.{h,m}"
s.frameworks = 'UIKit'
s.dependency "AFNetworking"
s.dependency "YYCache"
end
Objective-C
1
https://gitee.com/7900/BANetManager.git
git@gitee.com:7900/BANetManager.git
7900
BANetManager
BANetManager
master

搜索帮助