blob: aac351352fdb44bc8196aca61ed6914a5c27a9ea [file] [log] [blame]
{
"name": "DryDB-macOS",
"version": "0.0.1",
"summary": "DryDB-macOS",
"homepage": "https://github.com/duanruiying/DryDB-macOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duanruiying": "2237840768@qq.com"
},
"source": {
"git": "https://github.com/duanruiying/DryDB-macOS.git",
"tag": "0.0.1"
},
"description": "TODO: macOS数据库基本配置.",
"swift_versions": "5.0",
"platforms": {
"osx": "10.13"
},
"requires_arc": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"source_files": "DryDB-macOS/Classes/Code/**/*",
"frameworks": "Cocoa",
"dependencies": {
"WCDB.swift": [
]
},
"swift_version": "5.0"
}