blob: 2bb29ae5a104a9aa2eaff4a6326f11c91bd97dc1 [file] [log] [blame]
{
"name": "JCNetworking",
"version": "1.0.2",
"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.0.2"
},
"source_files": "JCNetworking/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"JSONModel": [
"~> 1.2.0"
]
}
}