blob: 132be7f96c7500d38c3b7d00d57f0ce3fe5a75a8 [file] [log] [blame]
{
"name": "QuantiLogger",
"version": "1.10",
"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.10"
},
"source_files": [
"QuantiLogger",
"QuantiLogger/**/*.{h,m,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"pushed_with_swift_version": "3.0"
}