blob: 128b8de5fd804da79b1112b499a8244ad92f224b [file] [log] [blame]
{
"name": "CVBaseKit",
"version": "1.2.1",
"summary": "CVBaseKit",
"swift_version": "4.2",
"description": "This is a Kit Project for swift.",
"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.2.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "Global",
"source_files": "CVBaseKit/Global/CVConst.swift"
},
{
"name": "CVDevice",
"source_files": "CVBaseKit/CVDevice/*.{swift, plist}",
"dependencies": {
"KeychainAccess": [
]
},
"frameworks": "SystemConfiguration"
},
{
"name": "Components",
"subspecs": [
{
"name": "CVTabBarController",
"source_files": "CVBaseKit/Components/CVTabBarController/*.{swift}"
},
{
"name": "CVNavigationController",
"source_files": "CVBaseKit/Components/CVNavigationController/*.{swift}"
},
{
"name": "CVSearchViewController",
"source_files": "CVBaseKit/Components/CVSearchViewController/*.{swift}",
"dependencies": {
"CVBaseKit/Components/CVNavigationController": [
]
}
}
]
}
]
}