blob: 6322974116c8119cb415a6e971fa2c2135f27656 [file] [log] [blame]
{
"name": "DMImage",
"version": "0.0.3",
"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.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"dependencies": {
"DMFoundation": [
"~> 0.1.0"
],
"DMRequest": [
"~> 0.2.0"
]
},
"requires_arc": true
}