[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / f / 6 / JXPhotoBrowser / 2.0.3 / JXPhotoBrowser.podspec.json
blob1e0f0006b397170a649ad77ccef8f687bb4c0d85
2   "name": "JXPhotoBrowser",
3   "version": "2.0.3",
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.3"
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": [
27         "Source/Core/*",
28         "Source/Core/*/*"
29       ]
30     },
31     {
32       "name": "Kingfisher",
33       "source_files": "Source/Kingfisher/*",
34       "dependencies": {
35         "JXPhotoBrowser/Core": [
37         ],
38         "Kingfisher": [
40         ]
41       }
42     },
43     {
44       "name": "KingfisherWebP",
45       "source_files": "Source/KingfisherWebP/*",
46       "dependencies": {
47         "JXPhotoBrowser/Core": [
49         ],
50         "KingfisherWebP": [
52         ]
53       }
54     }
55   ]