blob: 628ce36e1887380d4bca5fcfc698464ddc97c2b4 [file] [log] [blame]
{
"name": "DFImageManager",
"version": "0.0.6",
"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.6"
},
"source_files": "DFImageManager/DFImageManager/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"DFCache": [
"~> 2.0"
]
}
}