blob: eedf705ae61573c59d58e786a7b0e40b35878533 [file] [log] [blame]
{
"name": "AFImageDownloader",
"version": "1.0.0",
"summary": "Downloads JPEG images asynchronously and decompresses them on a background thread.",
"authors": {
"Ash Furrow": "ash@ashfurrow.com"
},
"source": {
"git": "https://github.com/AshFurrow/AFImageDownloader.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"*.{h,m}"
],
"license": "MIT",
"homepage": "https://github.com/AshFurrow/AFImageDownloader",
"dependencies": {
"Kiwi": [
"~> 1.1.1"
]
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
}
}