blob: d1d3e568241372e7e9d8d4886e7f1ab055dab45d [file] [log] [blame]
{
"name": "UBNetworking",
"version": "1.0.0",
"summary": "封装了 网络请求 af3.0",
"description": "A tool for URL Request base on AFNetworking",
"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": "1.0.0"
},
"source_files": [
"UBNetworking/Catergory/*.{h,m}",
"UBNetworking/download/*.{h,m}",
"UBNetworking/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}