blob: b4bb126e92a0c87824081758797b7417360d0750 [file] [log] [blame]
{
"name": "Lithium",
"version": "9.0.5",
"authors": {
"Bas van Kuijck": "bas@e-sites.nl"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "http://www.e-sites.nl",
"summary": "_The_ E-sites logging framework",
"source": {
"git": "https://github.com/e-sites/Lithium.git",
"tag": "v9.0.5"
},
"source_files": "Sources/**/*.{h,swift}",
"public_header_files": "Sources/Lithium.h",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"dependencies": {
"Logging": [
]
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"swift_version": "5.2"
}