[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / 7 / 5 / GKPhotoBrowser / 2.7.6 / GKPhotoBrowser.podspec.json
blob6205fec3849c2110e4ce6160a3ef573e30354be8
2   "name": "GKPhotoBrowser",
3   "version": "2.7.6",
4   "summary": "iOS可高度自定义的图片浏览器,支持图片浏览、视频播放等多种功能",
5   "homepage": "https://github.com/QuintGao/GKPhotoBrowser",
6   "license": "MIT",
7   "authors": {
8     "QuintGao": "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.7.6"
17   },
18   "default_subspecs": "Default",
19   "subspecs": [
20     {
21       "name": "Default",
22       "dependencies": {
23         "GKPhotoBrowser/SD": [
25         ],
26         "GKPhotoBrowser/AVPlayer": [
28         ],
29         "GKPhotoBrowser/Progress": [
31         ]
32       }
33     },
34     {
35       "name": "Core",
36       "source_files": "GKPhotoBrowser/Core",
37       "resources": "GKPhotoBrowser/GKPhotoBrowser.bundle",
38       "resource_bundles": {
39         "GKPhotoBrowser.Privacy": "GKPhotoBrowser/PrivacyInfo.xcprivacy"
40       }
41     },
42     {
43       "name": "SD",
44       "source_files": "GKPhotoBrowser/SDWebImage",
45       "dependencies": {
46         "GKPhotoBrowser/Core": [
48         ],
49         "SDWebImage": [
50           "~> 5.0"
51         ]
52       }
53     },
54     {
55       "name": "YY",
56       "source_files": "GKPhotoBrowser/YYWebImage",
57       "dependencies": {
58         "GKPhotoBrowser/Core": [
60         ],
61         "YYWebImage": [
63         ]
64       }
65     },
66     {
67       "name": "AVPlayer",
68       "source_files": "GKPhotoBrowser/AVPlayer",
69       "dependencies": {
70         "GKPhotoBrowser/Core": [
72         ]
73       }
74     },
75     {
76       "name": "Progress",
77       "source_files": "GKPhotoBrowser/Progress",
78       "dependencies": {
79         "GKPhotoBrowser/Core": [
81         ],
82         "GKSliderView": [
84         ]
85       }
86     }
87   ]