[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / 7 / 5 / GKPhotoBrowser / 2.5.6 / GKPhotoBrowser.podspec.json
blob79625b7b51930f71fa0dbae5609bcd02dfc66654
2   "name": "GKPhotoBrowser",
3   "version": "2.5.6",
4   "summary": "iOS可高度自定义的图片浏览器,支持图片浏览、视频播放等多种功能",
5   "homepage": "https://github.com/QuintGao/GKPhotoBrowser",
6   "license": "MIT",
7   "authors": {
8     "高坤": "1094887059@qq.com"
9   },
10   "social_media_url": "https://github.com/QuintGao",
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/QuintGao/GKPhotoBrowser.git",
16     "tag": "2.5.6"
17   },
18   "default_subspecs": "Default",
19   "subspecs": [
20     {
21       "name": "Default",
22       "dependencies": {
23         "GKPhotoBrowser/SD": [
25         ],
26         "GKPhotoBrowser/AVPlayer": [
28         ]
29       }
30     },
31     {
32       "name": "Core",
33       "source_files": "GKPhotoBrowser/Core",
34       "resources": "GKPhotoBrowser/GKPhotoBrowser.bundle",
35       "dependencies": {
36         "GKSliderView": [
38         ]
39       }
40     },
41     {
42       "name": "SD",
43       "source_files": "GKPhotoBrowser/SDWebImage",
44       "dependencies": {
45         "GKPhotoBrowser/Core": [
47         ],
48         "SDWebImage": [
49           "~> 5.0"
50         ]
51       }
52     },
53     {
54       "name": "YY",
55       "source_files": "GKPhotoBrowser/YYWebImage",
56       "dependencies": {
57         "GKPhotoBrowser/Core": [
59         ],
60         "YYWebImage": [
62         ]
63       }
64     },
65     {
66       "name": "AVPlayer",
67       "source_files": "GKPhotoBrowser/AVPlayer",
68       "dependencies": {
69         "GKPhotoBrowser/Core": [
71         ]
72       }
73     }
74   ]