{ | |
"name": "JKNetWorking", | |
"version": "1.0.1", | |
"license": "MIT", | |
"summary": "Simple NetWorking Kit", | |
"homepage": "https://github.com/lwq718691587/JKNetWorking", | |
"authors": { | |
"刘伟强": "718691587@qq.com" | |
}, | |
"source": { | |
"git": "https://github.com/lwq718691587/JKNetWorking.git", | |
"tag": "1.0.1" | |
}, | |
"requires_arc": true, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"dependencies": { | |
"AFNetworking": [ | |
"~> 3.0.2" | |
] | |
}, | |
"source_files": [ | |
"JKNetWorking", | |
"*.{h,m}" | |
] | |
} |