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