[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 2 / 9 / OGImage / 0.0.3 / OGImage.podspec.json
blobe092317b0a0b1f78622a0ee43796f6dd04338314
2   "name": "OGImage",
3   "version": "0.0.3",
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.3"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": [
18     "OGImage",
19     "OGImage/**/*.{h,m}"
20   ],
21   "frameworks": [
22     "Accelerate",
23     "ImageIO",
24     "AssetsLibrary"
25   ],
26   "requires_arc": true