blob: 4f9b3bcf7eebf4ba8e4866a8c6de8b989f38a013 [file] [log] [blame]
{
"name": "UCNetworking",
"version": "1.0",
"summary": "一个去model化的AFNetworking的封装",
"homepage": "https://github.com/RPGLiker/UCNetworking",
"license": "MIT",
"authors": {
"RPGLiker": "fanyang_32012@outlook.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/RPGLiker/UCNetworking.git",
"tag": "1.0"
},
"source_files": "UCNetworking/UCNetworking/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}