blob: 50e2dcd8779f28f5a98729b77fff8f61e0b18468 [file] [log] [blame]
{
"name": "LogKit",
"version": "1.0.4",
"authors": [
"Justin Pawela",
"The LogKit Project"
],
"license": {
"type": "BSD",
"file": "LICENSE.txt"
},
"summary": "An efficient logging library for iOS and OS X, written in Swift.",
"description": "An efficient logging library for iOS and OS X, written in Swift. Log to console, file, HTTP service, or your own endpoint. Simple to get started, but smartly customizable.",
"homepage": "http://www.logkit.info/",
"source": {
"git": "https://github.com/logkit/logkit.git",
"tag": "1.0.4"
},
"documentation_url": "http://www.logkit.info/docs/",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "Source/LogKit.swift"
}