blob: d9a183b5f90cfa6c4e7bf4d335243f3913e4ea10 [file] [log] [blame]
{
"name": "XPPNetworking",
"version": "0.0.2",
"summary": "A lightweight library to help managing networking and data",
"description": "            A lightweight library to help managing networking and data",
"homepage": "https://github.com/xp19870106/XPPNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xp19870106": "xp19870106@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xp19870106/XPPNetworking.git",
"tag": "0.0.2"
},
"source_files": [
"XPPNetworking",
"XPPNetworking/**/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
]
}
}