blob: 527737022d726d4d2c71bcb1672c52d0c2a520f7 [file] [log] [blame]
{
"name": "VOKit",
"version": "0.1.0-Beta5",
"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-Beta5"
},
"default_subspecs": [
"Router",
"Interface",
"DataCenter",
"Modularity"
],
"dependencies": {
"SwiftyJSON": [
]
},
"platforms": {
"ios": "8.0"
},
"description": "Valo Kit.",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Foundation",
"source_files": "VOKit/Foundation/*.swift"
},
{
"name": "Router",
"source_files": "VOKit/Router/*.swift",
"dependencies": {
"VOKit/Foundation": [
]
}
},
{
"name": "Modularity",
"source_files": "VOKit/Modularity/*.swift",
"dependencies": {
"VOKit/Foundation": [
]
}
},
{
"name": "Interface",
"source_files": "VOKit/Interface/*.swift",
"dependencies": {
"SnapKit": [
],
"VOKit/DataCenter": [
],
"VOKit/Foundation": [
]
}
},
{
"name": "DataCenter",
"source_files": "VOKit/DataCenter/*.swift",
"vendored_frameworks": "VOKit/Frameworks/VSSDB.framework",
"dependencies": {
"VOKit/Foundation": [
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}
]
}