blob: d54f7af03ac34478c0a3127653848626b8b032e7 [file] [log] [blame]
{
"name": "JCNetworking",
"version": "0.0.1",
"license": "MIT",
"summary": "A useful 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.0.1"
},
"source_files": "JCNetworking/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"JSONModel": [
"~> 1.2.0"
]
}
}