[Add] CZarSDK 1.1.12
[CocoaPods.git] / Specs / 4 / 7 / 5 / GKPhotoBrowser / 3.1.6 / GKPhotoBrowser.podspec.json
blobea07dc363aa9d2f39e042521752f8c5bbcc9b76e
2   "name": "GKPhotoBrowser",
3   "version": "3.1.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": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/QuintGao/GKPhotoBrowser.git",
16     "tag": "3.1.6"
17   },
18   "swift_versions": "5.0",
19   "default_subspecs": "Default",
20   "static_framework": true,
21   "subspecs": [
22     {
23       "name": "Default",
24       "dependencies": {
25         "GKPhotoBrowser/Cover": [
27         ],
28         "GKPhotoBrowser/SD": [
30         ],
31         "GKPhotoBrowser/AVPlayer": [
33         ],
34         "GKPhotoBrowser/Progress": [
36         ],
37         "GKPhotoBrowser/AF": [
39         ]
40       }
41     },
42     {
43       "name": "Core",
44       "source_files": "GKPhotoBrowser/Core/**/*.{h,m}",
45       "dependencies": {
46         "GKPhotoBrowser/Resources": [
48         ]
49       }
50     },
51     {
52       "name": "Cover",
53       "source_files": "GKPhotoBrowser/Cover",
54       "dependencies": {
55         "GKPhotoBrowser/Core": [
57         ]
58       }
59     },
60     {
61       "name": "Resources",
62       "resources": "GKPhotoBrowser/Resources/*.{bundle}",
63       "resource_bundles": {
64         "GKPhotoBrowser.Privacy": "GKPhotoBrowser/Resources/PrivacyInfo.xcprivacy"
65       }
66     },
67     {
68       "name": "SD",
69       "source_files": "GKPhotoBrowser/SDWebImage",
70       "dependencies": {
71         "GKPhotoBrowser/Core": [
73         ],
74         "SDWebImage": [
75           "~> 5.0"
76         ]
77       }
78     },
79     {
80       "name": "YY",
81       "source_files": "GKPhotoBrowser/YYWebImage",
82       "dependencies": {
83         "GKPhotoBrowser/Core": [
85         ],
86         "YYWebImage": [
88         ]
89       }
90     },
91     {
92       "name": "KF",
93       "source_files": "GKPhotoBrowser/Kingfisher",
94       "dependencies": {
95         "GKPhotoBrowser/Core": [
97         ],
98         "Kingfisher": [
100         ]
101       }
102     },
103     {
104       "name": "AF",
105       "source_files": "GKPhotoBrowser/AFNetworking",
106       "dependencies": {
107         "GKPhotoBrowser/Core": [
109         ],
110         "GKLivePhotoManager": [
112         ],
113         "AFNetworking": [
115         ]
116       }
117     },
118     {
119       "name": "Alamofire",
120       "source_files": "GKPhotoBrowser/Alamofire",
121       "dependencies": {
122         "GKPhotoBrowser/Core": [
124         ],
125         "GKLivePhotoManager": [
127         ],
128         "Alamofire": [
130         ]
131       }
132     },
133     {
134       "name": "AVPlayer",
135       "source_files": "GKPhotoBrowser/AVPlayer",
136       "dependencies": {
137         "GKPhotoBrowser/Core": [
139         ]
140       }
141     },
142     {
143       "name": "ZFPlayer",
144       "source_files": "GKPhotoBrowser/ZFPlayer",
145       "dependencies": {
146         "GKPhotoBrowser/Core": [
148         ],
149         "ZFPlayer/AVPlayer": [
151         ]
152       }
153     },
154     {
155       "name": "IJKPlayer",
156       "source_files": "GKPhotoBrowser/IJKPlayer",
157       "dependencies": {
158         "GKPhotoBrowser/Core": [
160         ],
161         "IJKMediaFramework": [
163         ]
164       }
165     },
166     {
167       "name": "Progress",
168       "source_files": "GKPhotoBrowser/Progress",
169       "dependencies": {
170         "GKPhotoBrowser/Core": [
172         ],
173         "GKSliderView": [
175         ]
176       }
177     }
178   ],
179   "swift_version": "5.0"