[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 6 / 2 / 9 / OGImage / 0.0.4 / OGImage.podspec.json
blob5627dce662187d83e7d9d7a506b347de0a76fecc
2   "name": "OGImage",
3   "version": "0.0.4",
4   "summary": "OGImage provides a simple abstraction for loading images from the network, processing them, and caching them locally.",
5   "homepage": "http://github.com/origamilabs/OGImage",
6   "license": "MIT",
7   "authors": {
8     "Art Gillespie": "art@origami.com"
9   },
10   "source": {
11     "git": "https://github.com/origamilabs/OGImage.git",
12     "tag": "0.0.4"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": [
18     "OGImage",
19     "OGImage/**/*.{h,m}"
20   ],
21   "frameworks": [
22     "Accelerate",
23     "AssetsLibrary",
24     "ImageIO"
25   ],
26   "requires_arc": true