blob: c4edc1332986caca97587c926d46f5a7323c1044 [file] [log] [blame]
{
"name": "QuantiLogger",
"version": "1.12",
"summary": "Swift lightweight logging framework",
"description": "QuantiLogger is a lightweight logging framework for Swift development. It includes a few pre-built loggers and a protocol for creating other custom loggers.",
"homepage": "http://www.quanti.cz",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Martin Troup": "martin.troup@quanti.cz"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Qase/QuantiLogger.git",
"tag": "v1.12"
},
"source_files": [
"QuantiLogger",
"QuantiLogger/**/*.{h,m,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"pushed_with_swift_version": "3.0"
}