[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 4 / 7 / 5 / GKPhotoBrowser / 2.8.0 / GKPhotoBrowser.podspec.json
blob59021c33621d6a3113d75b20bd6368131ddcef2e
2   "name": "GKPhotoBrowser",
3   "version": "2.8.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": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/QuintGao/GKPhotoBrowser.git",
16     "tag": "2.8.0"
17   },
18   "swift_versions": "5.0",
19   "default_subspecs": "Default",
20   "subspecs": [
21     {
22       "name": "Default",
23       "dependencies": {
24         "GKPhotoBrowser/SD": [
26         ],
27         "GKPhotoBrowser/AVPlayer": [
29         ],
30         "GKPhotoBrowser/Progress": [
32         ]
33       }
34     },
35     {
36       "name": "Core",
37       "source_files": "GKPhotoBrowser/Core",
38       "resources": "GKPhotoBrowser/GKPhotoBrowser.bundle",
39       "resource_bundles": {
40         "GKPhotoBrowser.Privacy": "GKPhotoBrowser/PrivacyInfo.xcprivacy"
41       }
42     },
43     {
44       "name": "SD",
45       "source_files": "GKPhotoBrowser/SDWebImage",
46       "dependencies": {
47         "GKPhotoBrowser/Core": [
49         ],
50         "SDWebImage": [
51           "~> 5.0"
52         ]
53       }
54     },
55     {
56       "name": "YY",
57       "source_files": "GKPhotoBrowser/YYWebImage",
58       "dependencies": {
59         "GKPhotoBrowser/Core": [
61         ],
62         "YYWebImage": [
64         ]
65       }
66     },
67     {
68       "name": "KF",
69       "source_files": "GKPhotoBrowser/Kingfisher",
70       "dependencies": {
71         "GKPhotoBrowser/Core": [
73         ],
74         "Kingfisher": [
76         ]
77       }
78     },
79     {
80       "name": "AVPlayer",
81       "source_files": "GKPhotoBrowser/AVPlayer",
82       "dependencies": {
83         "GKPhotoBrowser/Core": [
85         ]
86       }
87     },
88     {
89       "name": "ZFPlayer",
90       "source_files": "GKPhotoBrowser/ZFPlayer",
91       "dependencies": {
92         "GKPhotoBrowser/Core": [
94         ],
95         "ZFPlayer/AVPlayer": [
97         ]
98       }
99     },
100     {
101       "name": "Progress",
102       "source_files": "GKPhotoBrowser/Progress",
103       "dependencies": {
104         "GKPhotoBrowser/Core": [
106         ],
107         "GKSliderView": [
109         ]
110       }
111     }
112   ],
113   "swift_version": "5.0"