[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 7 / 5 / GKPhotoBrowser / 2.8.2 / GKPhotoBrowser.podspec.json
blob54a245a43dcbd1b681d9c408ee7a7e6567a5e213
2   "name": "GKPhotoBrowser",
3   "version": "2.8.2",
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.8.2"
17   },
18   "swift_versions": "5.0",
19   "default_subspecs": "Default",
20   "static_framework": true,
21   "subspecs": [
22     {
23       "name": "Default",
24       "dependencies": {
25         "GKPhotoBrowser/SD": [
27         ],
28         "GKPhotoBrowser/AVPlayer": [
30         ],
31         "GKPhotoBrowser/Progress": [
33         ]
34       }
35     },
36     {
37       "name": "Core",
38       "source_files": "GKPhotoBrowser/Core",
39       "resources": "GKPhotoBrowser/GKPhotoBrowser.bundle",
40       "resource_bundles": {
41         "GKPhotoBrowser.Privacy": "GKPhotoBrowser/PrivacyInfo.xcprivacy"
42       }
43     },
44     {
45       "name": "SD",
46       "source_files": "GKPhotoBrowser/SDWebImage",
47       "dependencies": {
48         "GKPhotoBrowser/Core": [
50         ],
51         "SDWebImage": [
52           "~> 5.0"
53         ]
54       }
55     },
56     {
57       "name": "YY",
58       "source_files": "GKPhotoBrowser/YYWebImage",
59       "dependencies": {
60         "GKPhotoBrowser/Core": [
62         ],
63         "YYWebImage": [
65         ]
66       }
67     },
68     {
69       "name": "KF",
70       "source_files": "GKPhotoBrowser/Kingfisher",
71       "dependencies": {
72         "GKPhotoBrowser/Core": [
74         ],
75         "Kingfisher": [
77         ]
78       }
79     },
80     {
81       "name": "AVPlayer",
82       "source_files": "GKPhotoBrowser/AVPlayer",
83       "dependencies": {
84         "GKPhotoBrowser/Core": [
86         ]
87       }
88     },
89     {
90       "name": "ZFPlayer",
91       "source_files": "GKPhotoBrowser/ZFPlayer",
92       "dependencies": {
93         "GKPhotoBrowser/Core": [
95         ],
96         "ZFPlayer/AVPlayer": [
98         ]
99       }
100     },
101     {
102       "name": "IJKPlayer",
103       "source_files": "GKPhotoBrowser/IJKPlayer",
104       "dependencies": {
105         "GKPhotoBrowser/Core": [
107         ],
108         "IJKMediaFramework": [
110         ]
111       }
112     },
113     {
114       "name": "Progress",
115       "source_files": "GKPhotoBrowser/Progress",
116       "dependencies": {
117         "GKPhotoBrowser/Core": [
119         ],
120         "GKSliderView": [
122         ]
123       }
124     }
125   ],
126   "swift_version": "5.0"