blob: b3585a2c36e6348ed51920661ac4507277d41d0b [file] [log] [blame]
{
"name": "AFDownloadRequestOperation",
"version": "2.0.0",
"summary": "A progressive download operation for AFNetworking.",
"homepage": "https://github.com/steipete/AFDownloadRequestOperation",
"authors": {
"Peter Steinberger": "steipete@gmail.com"
},
"source": {
"git": "https://github.com/steipete/AFDownloadRequestOperation.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"license": "MIT",
"dependencies": {
"AFNetworking": [
"~> 2.0.1"
]
}
}