Latest | 0.0.3 |
---|---|
Homepage | http://devmode.com/projects/dm-image |
License | MIT |
Platforms | ios 6, requires ARC |
Dependencies | DMFoundation, DMRequest |
Authors | , |
Latest podspec
{ "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 andn 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": "[email protected]", "Sean M. Duncan": "[email protected]" }, "social_media_url": "http://twitter.com/DevModeInc", "platforms": { "ios": 6 }, "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 }
Tue, 01 Mar 2016 03:37:02 +0000