[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / f / b / GDWebP / 0.1.0 / GDWebP.podspec.json
blob04ffbd64a1a663c20eaeec54530a7709e84d5c41
2   "name": "GDWebP",
3   "version": "0.1.0",
4   "summary": "libwebp镜像,包含SD框架",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/QDFish/GDWebP",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "QDFish": "zhengzonggang@taqu.cn"
13   },
14   "source": {
15     "git": "https://github.com/QDFish/GDWebP.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "compiler_flags": "-D_THREAD_SAFE",
22   "subspecs": [
23     {
24       "name": "webp",
25       "source_files": "GDWebP/libwebp/src/webp/*.h",
26       "private_header_files": "GDWebP/libwebp/src/webp/*.h",
27       "header_dir": "webp"
28     },
29     {
30       "name": "core",
31       "private_header_files": [
32         "GDWebP/libwebp/src/utils/*.h",
33         "GDWebP/libwebp/src/dsp/*.h",
34         "GDWebP/libwebp/src/enc/*.h",
35         "GDWebP/libwebp/src/dec/*.h"
36       ],
37       "source_files": [
38         "GDWebP/libwebp/src/utils/*.{h,c}",
39         "GDWebP/libwebp/src/dsp/*.{h,c}",
40         "GDWebP/libwebp/src/enc/*.{h,c}",
41         "GDWebP/libwebp/src/dec/*.{h,c}"
42       ],
43       "dependencies": {
44         "GDWebP/webp": [
46         ]
47       }
48     },
49     {
50       "name": "utils",
51       "dependencies": {
52         "GDWebP/core": [
54         ]
55       }
56     },
57     {
58       "name": "dsp",
59       "dependencies": {
60         "GDWebP/core": [
62         ]
63       }
64     },
65     {
66       "name": "enc",
67       "dependencies": {
68         "GDWebP/core": [
70         ]
71       }
72     },
73     {
74       "name": "dec",
75       "dependencies": {
76         "GDWebP/core": [
78         ]
79       }
80     },
81     {
82       "name": "demux",
83       "source_files": "GDWebP/libwebp/src/demux/*.{h,c}",
84       "dependencies": {
85         "GDWebP/core": [
87         ]
88       }
89     },
90     {
91       "name": "mux",
92       "private_header_files": "GDWebP/libwebp/src/mux/*.h",
93       "source_files": "GDWebP/libwebp/src/mux/*.{h,c}",
94       "dependencies": {
95         "GDWebP/core": [
97         ]
98       }
99     },
100     {
101       "name": "SDCore",
102       "source_files": "GDWebP/{NS,SD,UI}*.{h,m}",
103       "exclude_files": [
104         "GDWebP/UIImage+WebP.{h,m}",
105         "GDWebP/SDWebImageWebPCoder.{h,m}"
106       ],
107       "tvos": {
108         "exclude_files": "GDWebP/MKAnnotationView+WebCache.*"
109       },
110       "xcconfig": {
111         "USER_HEADER_SEARCH_PATHS": "$(inherited) $(PODS_TARGET_SRCROOT)/GDWebP/**/"
112       }
113     },
114     {
115       "name": "SDGIF",
116       "platforms": {
117         "ios": "7.0"
118       },
119       "source_files": "GDWebP/FLAnimatedImage/*.{h,m}",
120       "dependencies": {
121         "GDWebP/SDCore": [
123         ],
124         "FLAnimatedImage": [
125           "~> 1.0"
126         ]
127       },
128       "xcconfig": {
129         "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/FLAnimatedImage/FLAnimatedImage"
130       }
131     },
132     {
133       "name": "SDWebp",
134       "source_files": [
135         "GDWebP/UIImage+WebP.{h,m}",
136         "GDWebP/SDWebImageWebPCoder.{h,m}"
137       ],
138       "xcconfig": {
139         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SD_WEBP=1",
140         "USER_HEADER_SEARCH_PATHS": "$(inherited) $(PODS_TARGET_SRCROOT)/GDWebP/libwebp/src"
141       },
142       "watchos": {
143         "xcconfig": {
144           "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SD_WEBP=1 WEBP_USE_INTRINSICS=1",
145           "USER_HEADER_SEARCH_PATHS": "$(inherited) $(PODS_TARGET_SRCROOT)/GDWebP/libwebp/src"
146         }
147       },
148       "dependencies": {
149         "GDWebP/SDCore": [
151         ],
152         "GDWebP/webp": [
154         ],
155         "GDWebP/core": [
157         ],
158         "GDWebP/utils": [
160         ],
161         "GDWebP/dsp": [
163         ],
164         "GDWebP/enc": [
166         ],
167         "GDWebP/dec": [
169         ],
170         "GDWebP/demux": [
172         ],
173         "GDWebP/mux": [
175         ]
176       }
177     }
178   ]