blob: 77f16cec524d422260c5ed8805721b3fe5c9932e [file] [log] [blame]
{
"name": "JCNetworking",
"version": "1.1.9",
"summary": "A lightweight iOS networking framework based on AFNetworking and JSONModel.",
"homepage": "https://github.com/imjoych/JCNetworking",
"authors": {
"ChenJianjun": "imjoych@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/imjoych/JCNetworking.git",
"tag": "1.1.9"
},
"source_files": "JCNetworking/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
],
"JSONModel": [
"~> 1.7.0"
]
}
}