blob: d5dfce6725daf6fdad187258aaa4e6ece1d3a6a3 [file] [log] [blame]
{
"name": "DFImageManager",
"version": "0.0.4",
"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.4"
},
"source_files": "DFImageManager/DFImageManager/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"DFCache": [
"~> 1.0"
]
}
}