[Add] CXHAdSDK-TopOn 1.6.6.1
[CocoaPods.git] / Specs / 6 / f / a / GQImageDownloader / 1.0.4 / GQImageDownloader.podspec.json
blob5d9f5b40600e15cbd878b3830a2afab8c7b6ea85
2   "name": "GQImageDownloader",
3   "version": "1.0.4",
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.4"
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   ]