blob: dc3b2011970c2d5fc7962820d53e45eb8047e0bb [file] [log] [blame]
{
"name": "JCDownloader",
"version": "1.0.0",
"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.0.0"
},
"source_files": "JCDownloader/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}