blob: 370ec2a2f8a0133097b39f57c112d9138e7b559a [file] [log] [blame]
{
"name": "CVBaseKit",
"version": "1.0.7",
"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.7"
},
"source_files": "CVBaseKit/**/*.{swift, plist}",
"requires_arc": true,
"subspecs": [
{
"name": "Global",
"source_files": "CVBaseKit/Global/*.{swift}"
},
{
"name": "Device",
"source_files": "CVBaseKit/CVDevice/*.{swift, plist}",
"dependencies": {
"KeychainAccess": [
]
},
"frameworks": "SystemConfiguration"
}
]
}