blob: 4661fa0ab2d82e2e4a2bc4473fa2d8db7ae00542 [file] [log] [blame]
{
"name": "CVBaseKit",
"version": "1.0.13",
"summary": "Device",
"swift_version": "4.2",
"description": "This is a Kit Project for swoft.",
"homepage": "https://github.com/weixhe/CVBaseKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"weixhe": "workerwei@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/weixhe/CVBaseKit.git",
"tag": "1.0.13"
},
"requires_arc": true,
"subspecs": [
{
"name": "Global",
"source_files": "CVBaseKit/Global/CVConst.swift"
},
{
"name": "CVDevice",
"source_files": "CVBaseKit/CVDevice/*.{swift, plist}",
"dependencies": {
"KeychainAccess": [
]
},
"frameworks": "SystemConfiguration"
}
]
}