[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 6 / f / a / GQImageDownloader / 1.0.2 / GQImageDownloader.podspec.json
blob40c59eb486907064c4ddc72af624be6b12e4b8d0
2   "name": "GQImageDownloader",
3   "version": "1.0.2",
4   "summary": "图片下载工具",
5   "homepage": "https://github.com/g763007297/GQImageDownloader",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "developer_高": "763007297@qq.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/g763007297/GQImageDownloader.git",
18     "tag": "1.0.2"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "GQImageDownloader/**/*.{h,m}"
26     },
27     {
28       "name": "WebP",
29       "xcconfig": {
30         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GQ_WEBP=1"
31       },
32       "dependencies": {
33         "GQImageDownloader/Core": [
35         ]
36       },
37       "ios": {
38         "vendored_frameworks": "GQImageDownloader/GQThirdPart/WebP.framework"
39       }
40     }
41   ]