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