[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / 7 / 5 / GKPhotoBrowser / 3.0.2 / GKPhotoBrowser.podspec.json
blob2357b7e303490db7ab599e48741bc9806f27bb76
2   "name": "GKPhotoBrowser",
3   "version": "3.0.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": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/QuintGao/GKPhotoBrowser.git",
16     "tag": "3.0.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         "GKPhotoBrowser/AF": [
36         ]
37       }
38     },
39     {
40       "name": "Core",
41       "source_files": "GKPhotoBrowser/Core",
42       "resources": "GKPhotoBrowser/GKPhotoBrowser.bundle",
43       "resource_bundles": {
44         "GKPhotoBrowser.Privacy": "GKPhotoBrowser/PrivacyInfo.xcprivacy"
45       }
46     },
47     {
48       "name": "SD",
49       "source_files": "GKPhotoBrowser/SDWebImage",
50       "dependencies": {
51         "GKPhotoBrowser/Core": [
53         ],
54         "SDWebImage": [
55           "~> 5.0"
56         ]
57       }
58     },
59     {
60       "name": "YY",
61       "source_files": "GKPhotoBrowser/YYWebImage",
62       "dependencies": {
63         "GKPhotoBrowser/Core": [
65         ],
66         "YYWebImage": [
68         ]
69       }
70     },
71     {
72       "name": "KF",
73       "source_files": "GKPhotoBrowser/Kingfisher",
74       "dependencies": {
75         "GKPhotoBrowser/Core": [
77         ],
78         "Kingfisher": [
80         ]
81       }
82     },
83     {
84       "name": "AF",
85       "source_files": "GKPhotoBrowser/AFNetworking",
86       "dependencies": {
87         "GKPhotoBrowser/Core": [
89         ],
90         "GKLivePhotoManager": [
92         ],
93         "AFNetworking": [
95         ]
96       }
97     },
98     {
99       "name": "Alamofire",
100       "source_files": "GKPhotoBrowser/Alamofire",
101       "dependencies": {
102         "GKPhotoBrowser/Core": [
104         ],
105         "GKLivePhotoManager": [
107         ],
108         "Alamofire": [
110         ]
111       }
112     },
113     {
114       "name": "AVPlayer",
115       "source_files": "GKPhotoBrowser/AVPlayer",
116       "dependencies": {
117         "GKPhotoBrowser/Core": [
119         ]
120       }
121     },
122     {
123       "name": "ZFPlayer",
124       "source_files": "GKPhotoBrowser/ZFPlayer",
125       "dependencies": {
126         "GKPhotoBrowser/Core": [
128         ],
129         "ZFPlayer/AVPlayer": [
131         ]
132       }
133     },
134     {
135       "name": "IJKPlayer",
136       "source_files": "GKPhotoBrowser/IJKPlayer",
137       "dependencies": {
138         "GKPhotoBrowser/Core": [
140         ],
141         "IJKMediaFramework": [
143         ]
144       }
145     },
146     {
147       "name": "Progress",
148       "source_files": "GKPhotoBrowser/Progress",
149       "dependencies": {
150         "GKPhotoBrowser/Core": [
152         ],
153         "GKSliderView": [
155         ]
156       }
157     }
158   ],
159   "swift_version": "5.0"