blob: 1c66c51bb1e638bd1ca4ec7ff9aafed0a131870f [file] [log] [blame]
{
"name": "DFImageManager",
"version": "0.0.3",
"summary": "Complete solution for fetching, caching and adjusting images",
"homepage": "https://github.com/kean/DFImageManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Grebenyuk": "grebenyuk.alexander@gmail.com"
},
"social_media_url": "https://www.facebook.com/agrebenyuk",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/kean/DFImageManager.git",
"tag": "0.0.3"
},
"source_files": "DFImageManager/DFImageManager/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"DFCache": [
"~> 1.0"
]
}
}