[Add] MapboxCommon 24.10.0-daily-2025-02-03-04-26
[CocoaPods.git] / Specs / 4 / 7 / 5 / GKPhotoBrowser / 3.2.0 / GKPhotoBrowser.podspec.json
blobe91457bade6028ea68ee724b7053e3897b3ee9a1
2   "name": "GKPhotoBrowser",
3   "version": "3.2.0",
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.2.0"
17   },
18   "swift_versions": "5.0",
19   "default_subspecs": "Default",
20   "subspecs": [
21     {
22       "name": "Default",
23       "dependencies": {
24         "GKPhotoBrowser/Cover": [
26         ],
27         "GKPhotoBrowser/SD": [
29         ],
30         "GKPhotoBrowser/AVPlayer": [
32         ],
33         "GKPhotoBrowser/Progress": [
35         ],
36         "GKPhotoBrowser/AF": [
38         ]
39       }
40     },
41     {
42       "name": "Core",
43       "source_files": "GKPhotoBrowser/Core/**/*.{h,m}",
44       "dependencies": {
45         "GKPhotoBrowser/Resources": [
47         ]
48       }
49     },
50     {
51       "name": "Cover",
52       "source_files": "GKPhotoBrowser/Cover",
53       "dependencies": {
54         "GKPhotoBrowser/Core": [
56         ]
57       }
58     },
59     {
60       "name": "Resources",
61       "resources": "GKPhotoBrowser/Resources/*.{bundle}",
62       "resource_bundles": {
63         "GKPhotoBrowser.Privacy": "GKPhotoBrowser/Resources/PrivacyInfo.xcprivacy"
64       }
65     },
66     {
67       "name": "SD",
68       "source_files": "GKPhotoBrowser/SDWebImage",
69       "dependencies": {
70         "GKPhotoBrowser/Core": [
72         ],
73         "SDWebImage": [
74           "~> 5.0"
75         ]
76       }
77     },
78     {
79       "name": "YY",
80       "source_files": "GKPhotoBrowser/YYWebImage",
81       "dependencies": {
82         "GKPhotoBrowser/Core": [
84         ],
85         "YYWebImage": [
87         ]
88       }
89     },
90     {
91       "name": "KF",
92       "source_files": "GKPhotoBrowser/Kingfisher",
93       "dependencies": {
94         "GKPhotoBrowser/Core": [
96         ],
97         "Kingfisher": [
99         ]
100       }
101     },
102     {
103       "name": "AF",
104       "source_files": "GKPhotoBrowser/AFNetworking",
105       "dependencies": {
106         "GKPhotoBrowser/Core": [
108         ],
109         "GKLivePhotoManager": [
111         ],
112         "AFNetworking": [
114         ]
115       }
116     },
117     {
118       "name": "Alamofire",
119       "source_files": "GKPhotoBrowser/Alamofire",
120       "dependencies": {
121         "GKPhotoBrowser/Core": [
123         ],
124         "GKLivePhotoManager": [
126         ],
127         "Alamofire": [
129         ]
130       }
131     },
132     {
133       "name": "AVPlayer",
134       "source_files": "GKPhotoBrowser/AVPlayer",
135       "dependencies": {
136         "GKPhotoBrowser/Core": [
138         ]
139       }
140     },
141     {
142       "name": "SJPlayer",
143       "source_files": "GKPhotoBrowser/SJPlayer",
144       "dependencies": {
145         "GKPhotoBrowser/Core": [
147         ],
148         "SJVideoPlayer": [
150         ]
151       }
152     },
153     {
154       "name": "Progress",
155       "source_files": "GKPhotoBrowser/Progress",
156       "dependencies": {
157         "GKPhotoBrowser/Core": [
159         ],
160         "GKSliderView": [
162         ]
163       }
164     }
165   ],
166   "swift_version": "5.0"