[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / f / 6 / JXPhotoBrowser / 2.1.5 / JXPhotoBrowser.podspec.json
blob9ba6bd8cb4c117013b9df2c6e1c0faebe631cef5
2   "name": "JXPhotoBrowser",
3   "version": "2.1.5",
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/Transition.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.5"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": [
23     "4.2",
24     "5.0"
25   ],
26   "default_subspecs": "Kingfisher",
27   "swift_version": "5.0",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Source/Core/*",
33         "Source/Core/*/*"
34       ]
35     },
36     {
37       "name": "Kingfisher",
38       "source_files": "Source/Kingfisher/*",
39       "dependencies": {
40         "JXPhotoBrowser/Core": [
42         ],
43         "Kingfisher": [
45         ]
46       }
47     },
48     {
49       "name": "KingfisherWebP",
50       "source_files": "Source/KingfisherWebP/*",
51       "dependencies": {
52         "JXPhotoBrowser/Core": [
54         ],
55         "KingfisherWebP": [
57         ]
58       }
59     }
60   ]