[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / f / 6 / JXPhotoBrowser / 2.2.6 / JXPhotoBrowser.podspec.json
blob841099cd67803bf7981d88306aa1dc869926da3a
2   "name": "JXPhotoBrowser",
3   "version": "2.2.6",
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.2.6"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": [
23     "4.2",
24     "5.0"
25   ],
26   "default_subspecs": "Kingfisher",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": [
31         "Source/Core/*",
32         "Source/Core/*/*"
33       ]
34     },
35     {
36       "name": "Kingfisher",
37       "source_files": "Source/Kingfisher/*",
38       "dependencies": {
39         "JXPhotoBrowser/Core": [
41         ],
42         "Kingfisher": [
44         ]
45       }
46     },
47     {
48       "name": "KingfisherWebP",
49       "source_files": "Source/KingfisherWebP/*",
50       "dependencies": {
51         "JXPhotoBrowser/Core": [
53         ],
54         "KingfisherWebP": [
56         ]
57       }
58     }
59   ],
60   "swift_version": "5.0"