[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / 7 / 5 / GKPhotoBrowser / 2.6.2 / GKPhotoBrowser.podspec.json
blob678d7d1e98d1672374ae3f04cd180f9a82f6782c
2   "name": "GKPhotoBrowser",
3   "version": "2.6.2",
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.6.2"
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     },
39     {
40       "name": "SD",
41       "source_files": "GKPhotoBrowser/SDWebImage",
42       "dependencies": {
43         "GKPhotoBrowser/Core": [
45         ],
46         "SDWebImage": [
47           "~> 5.0"
48         ]
49       }
50     },
51     {
52       "name": "YY",
53       "source_files": "GKPhotoBrowser/YYWebImage",
54       "dependencies": {
55         "GKPhotoBrowser/Core": [
57         ],
58         "YYWebImage": [
60         ]
61       }
62     },
63     {
64       "name": "AVPlayer",
65       "source_files": "GKPhotoBrowser/AVPlayer",
66       "dependencies": {
67         "GKPhotoBrowser/Core": [
69         ],
70         "GKSliderView": [
72         ]
73       }
74     },
75     {
76       "name": "Progress",
77       "source_files": "GKPhotoBrowser/Progress",
78       "dependencies": {
79         "GKPhotoBrowser/Core": [
81         ],
82         "GKSliderView": [
84         ]
85       }
86     }
87   ]