blob: ced1eb772f22d5a6b49bfa45829946e6ddc2546e [file] [log] [blame]
{
"name": "JCNetworking",
"version": "0.1.9",
"license": "MIT",
"summary": "A lightweight iOS networking framework based on AFNetworking and JSONModel.",
"homepage": "https://github.com/Boych/JCNetworking",
"authors": {
"ChenJianjun": "ioschen@foxmail.com"
},
"source": {
"git": "https://github.com/Boych/JCNetworking.git",
"tag": "0.1.9"
},
"source_files": "JCNetworking/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"JSONModel": [
"~> 1.2.0"
]
}
}