[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / f / a / GQImageDownloader / 1.0.5 / GQImageDownloader.podspec.json
bloba59e354ded3c841130fd7fc59d97c41f1050febf
2   "name": "GQImageDownloader",
3   "version": "1.0.5",
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.5"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "user_target_xcconfig": {
23     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "GQImageDownloader/**/*.{h,m}"
29     },
30     {
31       "name": "WebP",
32       "xcconfig": {
33         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GQ_WEBP=1"
34       },
35       "dependencies": {
36         "GQImageDownloader/Core": [
38         ]
39       },
40       "ios": {
41         "vendored_frameworks": "GQImageDownloader/GQThirdPart/WebP.framework"
42       }
43     }
44   ]