[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / f / 6 / JXPhotoBrowser / 1.6.1 / JXPhotoBrowser.podspec.json
blobfa3e13b9f4fb1ef03cca8099773c4646baf1b29a
2   "name": "JXPhotoBrowser",
3   "version": "1.6.1",
4   "license": "MIT",
5   "summary": "Elegant photo browser in Swift.",
6   "homepage": "https://github.com/JiongXing/PhotoBrowser",
7   "authors": {
8     "JiongXing": "549235261@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/JiongXing/PhotoBrowser.git",
12     "tag": "1.6.1"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "swift_version": "4.2",
18   "default_subspecs": "Kingfisher",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "PhotoBrowser/Core/*.swift"
23     },
24     {
25       "name": "Kingfisher",
26       "source_files": "PhotoBrowser/Kingfisher/*.swift",
27       "dependencies": {
28         "JXPhotoBrowser/Core": [
30         ],
31         "Kingfisher": [
33         ]
34       }
35     },
36     {
37       "name": "KingfisherWebP",
38       "source_files": "PhotoBrowser/KingfisherWebP/*.swift",
39       "dependencies": {
40         "JXPhotoBrowser/Core": [
42         ],
43         "KingfisherWebP": [
45         ]
46       }
47     }
48   ]