blob: e08d4791197a052a63ad62e049d6f2f5913ee2aa [file] [log] [blame]
{
"name": "JCDownloader",
"version": "0.1.6",
"license": "MIT",
"summary": "A useful iOS download framework based on AFNetworking.",
"homepage": "https://github.com/Boych/JCDownloader",
"authors": {
"ChenJianjun": "ioschen@foxmail.com"
},
"source": {
"git": "https://github.com/Boych/JCDownloader.git",
"tag": "0.1.6"
},
"source_files": "JCDownloader/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}