[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 8 / f / ZXFileBrowser / 0.0.2 / ZXFileBrowser.podspec.json
blob6d8f5fe83d9dfb565dce0df8a3233d4edb5a7791
2   "name": "ZXFileBrowser",
3   "swift_versions": "5.0",
4   "version": "0.0.2",
5   "license": {
6     "type": "Apache-2.0",
7     "file": "LICENSE"
8   },
9   "summary": "iOS Sandbox file browser",
10   "homepage": "https://github.com/ZXKitCode/ZXFileBrowser",
11   "authors": {
12     "ZXKitCode": "dong765@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/ZXKitCode/ZXFileBrowser.git",
16     "tag": "0.0.2"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "11.0"
21   },
22   "default_subspecs": "core",
23   "documentation_url": "http://blog.hudongdong.com/swift/1079.html",
24   "subspecs": [
25     {
26       "name": "core",
27       "source_files": [
28         "pod/*.swift",
29         "pod/view/*.swift",
30         "pod/vc/*.swift",
31         "pod/model/*.swift",
32         "pod/localizable/**/*"
33       ],
34       "dependencies": {
35         "ZXKitUtil": [
37         ],
38         "SnapKit": [
40         ]
41       }
42     },
43     {
44       "name": "zxkit",
45       "resource_bundles": {
46         "ZXFileBrowser": [
47           "pod/assets/**/*.png"
48         ]
49       },
50       "dependencies": {
51         "ZXFileBrowser/core": [
53         ],
54         "ZXKitCore/core": [
56         ]
57       },
58       "source_files": "pod/zxkit/*.swift"
59     }
60   ],
61   "swift_version": "5.0"