blob: ac452816eaa49bb37deea96d683ce7f61a706366 [file] [log] [blame]
{
"name": "JCNetworking",
"version": "0.1.5",
"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.5"
},
"source_files": "JCNetworking/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"JSONModel": [
"~> 1.2.0"
]
}
}