[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / c / 0 / WebPImageSerialization / 0.1.0 / WebPImageSerialization.podspec.json
blobe77d23bfef25bf4c9b8bf205a3601318ce29442f
2   "name": "WebPImageSerialization",
3   "version": "0.1.0",
4   "license": "MIT",
5   "summary": "Encodes and decodes between UIImage and WebP image data.",
6   "homepage": "https://github.com/mattt/WebPImageSerialization",
7   "social_media_url": "https://twitter.com/mattt",
8   "authors": {
9     "Mattt": "mattt@me.com"
10   },
11   "source": {
12     "git": "https://github.com/mattt/WebPImageSerialization.git",
13     "tag": "0.1.0"
14   },
15   "source_files": [
16     "WebPImageSerialization",
17     "WebP.framework"
18   ],
19   "preserve_paths": [
20     "WebPImageSerialization",
21     "WebP.framework"
22   ],
23   "vendored_frameworks": "WebP.framework",
24   "requires_arc": true,
25   "ios": {
26     "frameworks": "CoreGraphics"
27   },
28   "platforms": {
29     "ios": "5.0"
30   }