blob: cebabcbb82da9df8cc7a11e43b195264ecc0fa96 [file] [log] [blame]
{
"name": "ZXKitLogger",
"swift_versions": "5.0",
"version": "2.6.3",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"summary": "The iOS side displays the output log log on the screen, and can generate log file sharing, which is convenient for debugging information",
"homepage": "https://github.com/ZXKitCode/logger",
"authors": {
"ZXKitCode": "dong765@qq.com"
},
"source": {
"git": "https://github.com/ZXKitCode/logger.git",
"tag": "2.6.3"
},
"requires_arc": true,
"platforms": {
"ios": "11.0"
},
"documentation_url": "http://blog.hudongdong.com/ios/952.html",
"default_subspecs": "core",
"subspecs": [
{
"name": "core",
"resource_bundles": {
"ZXKitLogger": [
"pod/assets/**/*.png"
]
},
"libraries": "sqlite3",
"source_files": [
"pod/*.swift",
"pod/localizable/**/*"
],
"dependencies": {
"ZXKitFPS": [
],
"ZXKitUtil": [
],
"SnapKit": [
]
}
},
{
"name": "wcdb",
"dependencies": {
"ZXKitLogger/core": [
],
"WCDB.swift": [
]
}
},
{
"name": "zxkit",
"dependencies": {
"ZXKitLogger/core": [
],
"ZXKitCore/core": [
]
},
"source_files": "pod/zxkit/*.swift"
}
],
"swift_version": "5.0"
}