[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 3 / f / 6 / JXPhotoBrowser / 2.0.0 / JXPhotoBrowser.podspec.json
blob5615a01032538f07bf24619986f9f9bc00efaba2
2   "name": "JXPhotoBrowser",
3   "version": "2.0.0",
4   "summary": "Elegant photo browser in Swift.",
5   "description": "Elegant photo browser in Swift. Inspired by WeChat.",
6   "homepage": "https://github.com/JiongXing/PhotoBrowser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JiongXing": "liangjiongxing@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/JiongXing/PhotoBrowser.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "default_subspecs": "Kingfisher",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Source/Core/*"
27     },
28     {
29       "name": "Kingfisher",
30       "source_files": "Source/Kingfisher/*",
31       "dependencies": {
32         "JXPhotoBrowser/Core": [
34         ],
35         "Kingfisher": [
37         ]
38       }
39     },
40     {
41       "name": "KingfisherWebP",
42       "source_files": "Source/KingfisherWebP/*",
43       "dependencies": {
44         "JXPhotoBrowser/Core": [
46         ],
47         "KingfisherWebP": [
49         ]
50       }
51     }
52   ]