[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 5 / 1 / CAPKit-libwebp / 0.5.0 / CAPKit-libwebp.podspec.json
bloba5e8a0aeacbf5a1df513f6fde5978cc10c8f6f28
2   "name": "CAPKit-libwebp",
3   "version": "0.5.0",
4   "summary": "Library to encode and decode images in WebP format.",
5   "homepage": "https://developers.google.com/speed/webp/",
6   "license": {
7     "type": "BSD",
8     "file": "COPYING"
9   },
10   "authors": "Google Inc.",
11   "platforms": {
12     "ios": "7.0.0"
13   },
14   "source": {
15     "git": "https://github.com/successinfo-org/CAPKit-libwebp.git",
16     "tag": "v0.5.0"
17   },
18   "compiler_flags": "-D_THREAD_SAFE",
19   "subspecs": [
20     {
21       "name": "webp",
22       "source_files": "src/webp/*.h",
23       "header_dir": "webp"
24     },
25     {
26       "name": "core",
27       "source_files": [
28         "src/webp/*.h",
29         "src/utils/*.{h,c}",
30         "src/dsp/*.{h,c}",
31         "src/enc/*.{h,c}",
32         "src/dec/*.{h,c}"
33       ],
34       "header_dir": "webp"
35     }
36   ]