[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 6 / d / b / CVBaseKit / 1.1.9 / CVBaseKit.podspec.json
blobe023c230a6b8efeeabcc9df26dc8285be336eeba
2   "name": "CVBaseKit",
3   "version": "1.1.9",
4   "summary": "CVBaseKit",
5   "swift_version": "4.2",
6   "description": "This is a Kit Project for swift.",
7   "homepage": "https://github.com/weixhe/CVBaseKit",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "weixhe": "workerwei@163.com"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/weixhe/CVBaseKit.git",
20     "tag": "1.1.9"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Global",
26       "source_files": "CVBaseKit/Global/CVConst.swift"
27     },
28     {
29       "name": "CVDevice",
30       "source_files": "CVBaseKit/CVDevice/*.{swift, plist}",
31       "dependencies": {
32         "KeychainAccess": [
34         ]
35       },
36       "frameworks": "SystemConfiguration"
37     },
38     {
39       "name": "Components",
40       "subspecs": [
41         {
42           "name": "CVTabBarController",
43           "source_files": "CVBaseKit/Components/CVTabBarController/*.{swift}"
44         },
45         {
46           "name": "CVNavigationController",
47           "source_files": "CVBaseKit/Components/CVNavigationController/*.{swift}"
48         }
49       ]
50     }
51   ]