blob: cfc003d7766860fd7653123397025ab778c0be56 [file] [log] [blame]
{
"name": "UCNetworking",
"version": "1.0.1",
"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.1"
},
"source_files": "UCNetworking/UCNetworking/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"YYKit": [
]
}
}