blob: 84dc98dcbbd5e4222fa74ce125a9b62d4ba6edcb [file] [log] [blame]
{
"name": "UBNetworking",
"version": "2.0.1",
"summary": "封装了 网络请求 af4.x",
"description": "A tool for URL Request base on AFNetworking\n\n1.3.2:增加url的获取 用法 主要为了模块化后,主工程 控制 子工程 服务器地址\n\n1.3.3:增加参数 needs:(id<XDJRequestCommonNeedsDelegate,XDJReponseCommonNeedsDelegate>)needs //use default needs if nil\n\n 使请求处理 更灵活,每个请求都可定制化,如果不设置 那么走默认的流程",
"homepage": "https://github.com/Crazysiri/UBNetworking.git",
"license": "MIT",
"authors": {
"Uber": "511121933@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Crazysiri/UBNetworking.git",
"tag": "2.0.1"
},
"source_files": "UBNetworking/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 4.0.1"
]
}
}