blob: 9668ea90e89d4e1a9975a103cdc3f2061e648898 [file] [log] [blame]
{
"name": "JCNetworking",
"version": "0.1.0",
"license": "MIT",
"summary": "A useful 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.0"
},
"source_files": "JCNetworking/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"JSONModel": [
"~> 1.2.0"
]
},
"subspecs": [
{
"name": "JCRequester",
"source_files": "JCNetworking/JCRequester/*.{h,m}"
},
{
"name": "JCDownloader",
"source_files": "JCNetworking/JCDownloader/*.{h,m}"
},
{
"name": "JCNetworkReachability",
"source_files": "JCNetworking/JCNetworkReachability/*.{h,m}"
}
]
}