blob: e430728d83240ff14026c93ebddfad8fb81a0d63 [file] [log] [blame]
{
"name": "UBNetworking",
"version": "1.3.3",
"summary": "封装了 网络请求 af3.0",
"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": "7.0"
},
"source": {
"git": "https://github.com/Crazysiri/UBNetworking.git",
"tag": "1.3.3"
},
"source_files": [
"UBNetworking/Catergory/*.{h,m}",
"UBNetworking/download/*.{h,m}",
"UBNetworking/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
]
}
}