[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / b / 1 / 4 / GQImageViewer / 1.0.2 / GQImageViewer.podspec.json
blob5e012a4ec4632472374a6fc1f6c431d832ac4f6d
2   "name": "GQImageViewer",
3   "version": "1.0.2",
4   "summary": "一款多图文浏览器,支持图文混合浏览和单图片浏览,增加底部文字,仿今日头条效果,图片原尺寸显示,不会变形,双击放大缩小,单击消失,支持多张本地及网络图片混合查看,支持链式调用,支持WebP图片浏览。",
5   "homepage": "https://github.com/g763007297/ImageViewer",
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/ImageViewer.git",
18     "tag": "1.0.2"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "GQImageViewer/**/*.{h,m}"
26     },
27     {
28       "name": "WebP",
29       "source_files": "GQImageViewer/GQCategory/UIImage+GQImageViewrCategory.{h,m}",
30       "xcconfig": {
31         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GQ_WEBP=1"
32       },
33       "dependencies": {
34         "GQImageViewer/Core": [
36         ]
37       },
38       "ios": {
39         "vendored_frameworks": "GQImageViewer/GQThirdPart/WebP.framework"
40       }
41     }
42   ]