blob: a7eceb4639a58b864d4883f2f8a4d42a7a4fe2a4 [file] [log] [blame]
{
"name": "QuantiLogger",
"version": "1.13",
"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.13"
},
"source_files": [
"QuantiLogger",
"QuantiLogger/**/*.{h,m,swift}",
"ZipFoundation/**/*.{h,m,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
}
}