blob: ae12ef3b80fc4823e3f379ccdf33627c0d18a458 [file] [log] [blame]
{
"name": "PDNetwork",
"version": "1.0.1",
"summary": "A lightweight iOS networking framework based on AFNetworking",
"homepage": "https://github.com/baxiang/PDNetwork.git",
"license": "MIT",
"authors": {
"baxiang": "yangyucug@gmail.com"
},
"source": {
"git": "https://github.com/baxiang/PDNetwork.git",
"tag": "1.0.1"
},
"source_files": "PDNetwork/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}