[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 6 / d / b / CVBaseKit / 1.0.12 / CVBaseKit.podspec.json
blobdf49e9974e66d5ceb7bc04cfbe0dfec7e245160a
2   "name": "CVBaseKit",
3   "version": "1.0.12",
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.12"
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   ]