[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / f / 6 / JXPhotoBrowser / 1.5.0 / JXPhotoBrowser.podspec.json
blob0756d6b4e4bd40379d5c932b337bc2ee2e398a1b
2   "name": "JXPhotoBrowser",
3   "version": "1.5.0",
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.5.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "default_subspecs": "Kingfisher",
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": "PhotoBrowser/Core/*.swift"
22     },
23     {
24       "name": "Kingfisher",
25       "source_files": "PhotoBrowser/Kingfisher/*.swift",
26       "dependencies": {
27         "JXPhotoBrowser/Core": [
29         ],
30         "Kingfisher": [
32         ]
33       }
34     },
35     {
36       "name": "KingfisherWebP",
37       "source_files": "PhotoBrowser/KingfisherWebP/*.swift",
38       "dependencies": {
39         "JXPhotoBrowser/Core": [
41         ],
42         "KingfisherWebP": [
44         ]
45       }
46     }
47   ]