blob: dda3d5375565782199aabb6f1b55d35824dbe538 [file] [log] [blame]
{
"name": "DMImage",
"version": "0.0.1",
"summary": "A set of useful UIImage categories as well as an in-memory and filesystem backed image cache.",
"description": " This library provides UIImage categories for asynchronous loading, decoding, scaling and\n color masking. This library provides an image cache with both in-memory and disk caching.\n",
"homepage": "http://devmode.com/projects/dm-image",
"documentation_url": "http://devmode.com/projects/dm-image",
"license": {
"type": "MIT",
"file": "LICENSE-MIT"
},
"authors": {
"John E. Bailey": "john@devmode.com",
"Sean M. Duncan": "sean@devmode.com"
},
"social_media_url": "http://twitter.com/DevModeInc",
"platforms": {
"ios": 6.0
},
"source": {
"git": "https://github.com/devmode/dm-image.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"dependencies": {
"DMFoundation": [
"~> 0.0.1"
],
"DMRequest": [
"~> 0.1.2"
]
},
"requires_arc": true
}