[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 9 / 4 / f / Uhouzz-libwebp / 0.5.1 / Uhouzz-libwebp.podspec.json
blob2b9eb98305225ae7191fb634326adc748555e7bd
2   "name": "Uhouzz-libwebp",
3   "version": "0.5.1",
4   "summary": "Library to encode and decode images in WebP format.",
5   "homepage": "https://github.com/Uhouzz/libwebp",
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/Uhouzz/libwebp.git",
16     "tag": "v0.5.1"
17   },
18   "compiler_flags": "-D_THREAD_SAFE",
19   "requires_arc": false,
20   "xcconfig": {
21     "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
22   },
23   "subspecs": [
24     {
25       "name": "webp",
26       "source_files": [
27         "src/utils/*.{h,c}",
28         "src/dsp/*.{h,c}",
29         "src/enc/*.{h,c}",
30         "src/dec/*.{h,c}",
31         "src/webp/*.h"
32       ],
33       "private_header_files": [
34         "src/utils/*.h",
35         "src/dsp/*.h",
36         "src/enc/*.h",
37         "src/dec/*.h",
38         "src/webp/*.h"
39       ]
40     }
41   ]