blob: 62c3c3877df183474e7d372bf4b9ee97935e3b64 [file] [log] [blame]
{
"name": "JCDownloader",
"version": "1.1.2",
"license": "MIT",
"summary": "A useful iOS download framework based on AFNetworking.",
"homepage": "https://github.com/imjoych/JCDownloader",
"authors": {
"ChenJianjun": "imjoych@gmail.com"
},
"source": {
"git": "https://github.com/imjoych/JCDownloader.git",
"tag": "1.1.2"
},
"source_files": "JCDownloader/*.{h,m}",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking/NSURLSession": [
"~> 3.2.0"
]
}
}