[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 6 / d / b / CVBaseKit / 1.0.8 / CVBaseKit.podspec.json
blob8f89fa0612affbc2e50e3c22d3abe8efedde7e27
2   "name": "CVBaseKit",
3   "version": "1.0.8",
4   "summary": "Device",
5   "swift_version": "4.2",
6   "description": "This is a Kit Project for swoft.",
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.0.8"
21   },
22   "source_files": "CVBaseKit/**/*.{swift, plist}",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Global",
27       "source_files": "CVBaseKit/Global/*.{swift}"
28     },
29     {
30       "name": "CVDevice",
31       "source_files": "CVBaseKit/CVDevice/*.{swift, plist}",
32       "dependencies": {
33         "KeychainAccess": [
35         ]
36       },
37       "frameworks": "SystemConfiguration"
38     }
39   ]