blob: a4dc81547184c85310f148d7d7d8ee0ca7509c28 [file] [log] [blame]
{
"name": "XXNetworking",
"version": "1.0.1",
"summary": "AFNetworking二次封装.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/baopanpan/XXNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"baopanpan": "1248226183@qq.com"
},
"source": {
"git": "https://github.com/baopanpan/XXNetworking.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XXNetworking/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
]
}
}