blob: 901ee4725fa375ef0562a533591d84de9c6abefa [file] [log] [blame]
{
"name": "JCNetworking",
"version": "1.0.1",
"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.1"
},
"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"
]
}
}