blob: bed882f9ecba821bf01ad5a5f402150c4fc98e61 [file] [log] [blame]
{
"name": "AJDownload",
"version": "1.0.0",
"summary": "Download manager based on AFNetworking 3.0",
"homepage": "https://github.com/gxbxgithub/AJDownload",
"license": "MIT",
"authors": {
"guoxb": "gxbxemail@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/gxbxgithub/AJDownload.git",
"tag": "1.0.0"
},
"source_files": "AJDownload/**/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
},
"requires_arc": true
}