[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 3 / f / 6 / JXPhotoBrowser / 1.6.0 / JXPhotoBrowser.podspec.json
blobae73f4ebd845c9bb1537a282d69298d941e1da45
2   "name": "JXPhotoBrowser",
3   "version": "1.6.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.6.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "pod_target_xcconfig": {
18     "SWIFT_VERSION": "4.2"
19   },
20   "default_subspecs": "Kingfisher",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "PhotoBrowser/Core/*.swift"
25     },
26     {
27       "name": "Kingfisher",
28       "source_files": "PhotoBrowser/Kingfisher/*.swift",
29       "dependencies": {
30         "JXPhotoBrowser/Core": [
32         ],
33         "Kingfisher": [
35         ]
36       }
37     },
38     {
39       "name": "KingfisherWebP",
40       "source_files": "PhotoBrowser/KingfisherWebP/*.swift",
41       "dependencies": {
42         "JXPhotoBrowser/Core": [
44         ],
45         "KingfisherWebP": [
47         ]
48       }
49     }
50   ]