[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / f / 6 / JXPhotoBrowser / 2.1.1 / JXPhotoBrowser.podspec.json
blob5e834d64372cfcd7d96c36411ea87f35175e2462
2   "name": "JXPhotoBrowser",
3   "version": "2.1.1",
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   "screenshots": "https://github.com/JiongXing/PhotoBrowser/raw/master/Assets/Snip20181017_3.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "JiongXing": "liangjiongxing@qq.com"
14   },
15   "source": {
16     "git": "https://github.com/JiongXing/PhotoBrowser.git",
17     "tag": "2.1.1"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_version": "4.2",
23   "default_subspecs": "Kingfisher",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "Source/Core/*",
29         "Source/Core/*/*"
30       ]
31     },
32     {
33       "name": "Kingfisher",
34       "source_files": "Source/Kingfisher/*",
35       "dependencies": {
36         "JXPhotoBrowser/Core": [
38         ],
39         "Kingfisher": [
41         ]
42       }
43     },
44     {
45       "name": "KingfisherWebP",
46       "source_files": "Source/KingfisherWebP/*",
47       "dependencies": {
48         "JXPhotoBrowser/Core": [
50         ],
51         "KingfisherWebP": [
53         ]
54       }
55     }
56   ]