blob: c1085eaf1be0377061b6986960e6ea1338f80960 [file] [log] [blame]
{
"name": "VOKit",
"version": "0.1.0-Beta",
"summary": "Valo Kit",
"homepage": "https://github.com/pozi119/VOKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Valo": "pozi119@163.com"
},
"source": {
"git": "https://github.com/pozi119/VOKit.git",
"tag": "0.1.0-Beta"
},
"default_subspecs": [
"Foundation",
"Utilities",
"Router",
"Interface",
"DataCenter"
],
"platforms": {
"ios": "8.0"
},
"description": "Valo Kit.",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Foundation",
"source_files": "VOKit/Foundation/**/*"
},
{
"name": "Utilities",
"source_files": "VOKit/Utilities/**/*"
},
{
"name": "Router",
"source_files": "VOKit/Router/**/*",
"dependencies": {
"VOKit/Utilities": [
]
}
},
{
"name": "Interface",
"source_files": "VOKit/Interface/**/*",
"dependencies": {
"SnapKit": [
],
"SwiftyJSON": [
],
"VOKit/Foundation": [
],
"VOKit/DataCenter": [
]
}
},
{
"name": "DataCenter",
"source_files": "VOKit/DataCenter/*",
"vendored_frameworks": "VOKit/Frameworks/VSSDB.framework",
"dependencies": {
"SwiftyJSON": [
],
"VOKit/Foundation": [
]
}
}
]
}