blob: 4ca1f8cf214fae73a74b6f102a2c94de2250662d [file] [log] [blame]
{
"name": "AFDownloadRequestOperation",
"version": "0.0.1",
"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",
"commit": "2d7672ba74f1eae1fa2f8bd45525df1f5be81e40"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"license": "MIT",
"dependencies": {
"AFNetworking": [
"~>1.1"
]
}
}