[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / b / DMImage / 0.0.1 / DMImage.podspec.json
blobdda3d5375565782199aabb6f1b55d35824dbe538
2   "name": "DMImage",
3   "version": "0.0.1",
4   "summary": "A set of useful UIImage categories as well as an in-memory and filesystem backed image cache.",
5   "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",
6   "homepage": "http://devmode.com/projects/dm-image",
7   "documentation_url": "http://devmode.com/projects/dm-image",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE-MIT"
11   },
12   "authors": {
13     "John E. Bailey": "john@devmode.com",
14     "Sean M. Duncan": "sean@devmode.com"
15   },
16   "social_media_url": "http://twitter.com/DevModeInc",
17   "platforms": {
18     "ios": 6.0
19   },
20   "source": {
21     "git": "https://github.com/devmode/dm-image.git",
22     "tag": "0.0.1"
23   },
24   "source_files": [
25     "Classes",
26     "Classes/**/*.{h,m}"
27   ],
28   "public_header_files": "Classes/**/*.h",
29   "dependencies": {
30     "DMFoundation": [
31       "~> 0.0.1"
32     ],
33     "DMRequest": [
34       "~> 0.1.2"
35     ]
36   },
37   "requires_arc": true