[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 4 / 7 / 5 / GKPhotoBrowser / 3.1.3 / GKPhotoBrowser.podspec.json
blob33ecf06869d42e0399b48feb9380a25d3b757cdf
2   "name": "GKPhotoBrowser",
3   "version": "3.1.3",
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.3"
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/**/*.{h,m}",
42       "dependencies": {
43         "GKPhotoBrowser/Resources": [
45         ]
46       }
47     },
48     {
49       "name": "Resources",
50       "resources": "GKPhotoBrowser/Resources/*.{bundle}",
51       "resource_bundles": {
52         "GKPhotoBrowser.Privacy": "GKPhotoBrowser/Resources/PrivacyInfo.xcprivacy"
53       }
54     },
55     {
56       "name": "SD",
57       "source_files": "GKPhotoBrowser/SDWebImage",
58       "dependencies": {
59         "GKPhotoBrowser/Core": [
61         ],
62         "SDWebImage": [
63           "~> 5.0"
64         ]
65       }
66     },
67     {
68       "name": "YY",
69       "source_files": "GKPhotoBrowser/YYWebImage",
70       "dependencies": {
71         "GKPhotoBrowser/Core": [
73         ],
74         "YYWebImage": [
76         ]
77       }
78     },
79     {
80       "name": "KF",
81       "source_files": "GKPhotoBrowser/Kingfisher",
82       "dependencies": {
83         "GKPhotoBrowser/Core": [
85         ],
86         "Kingfisher": [
88         ]
89       }
90     },
91     {
92       "name": "AF",
93       "source_files": "GKPhotoBrowser/AFNetworking",
94       "dependencies": {
95         "GKPhotoBrowser/Core": [
97         ],
98         "GKLivePhotoManager": [
100         ],
101         "AFNetworking": [
103         ]
104       }
105     },
106     {
107       "name": "Alamofire",
108       "source_files": "GKPhotoBrowser/Alamofire",
109       "dependencies": {
110         "GKPhotoBrowser/Core": [
112         ],
113         "GKLivePhotoManager": [
115         ],
116         "Alamofire": [
118         ]
119       }
120     },
121     {
122       "name": "AVPlayer",
123       "source_files": "GKPhotoBrowser/AVPlayer",
124       "dependencies": {
125         "GKPhotoBrowser/Core": [
127         ]
128       }
129     },
130     {
131       "name": "ZFPlayer",
132       "source_files": "GKPhotoBrowser/ZFPlayer",
133       "dependencies": {
134         "GKPhotoBrowser/Core": [
136         ],
137         "ZFPlayer/AVPlayer": [
139         ]
140       }
141     },
142     {
143       "name": "IJKPlayer",
144       "source_files": "GKPhotoBrowser/IJKPlayer",
145       "dependencies": {
146         "GKPhotoBrowser/Core": [
148         ],
149         "IJKMediaFramework": [
151         ]
152       }
153     },
154     {
155       "name": "Progress",
156       "source_files": "GKPhotoBrowser/Progress",
157       "dependencies": {
158         "GKPhotoBrowser/Core": [
160         ],
161         "GKSliderView": [
163         ]
164       }
165     }
166   ],
167   "swift_version": "5.0"