blob: c634ad43e254cd31f43406900e98bcf106be6ac5 [file] [log] [blame]
{
"name": "LogKit",
"version": "2.0.1",
"authors": [
"Justin Pawela",
"The LogKit Project"
],
"license": {
"type": "BSD",
"file": "LICENSE.txt"
},
"summary": "An efficient logging library for OS X, iOS, and watch OS -- written in Swift.",
"description": "An efficient logging library for OS X, iOS, and watch OS -- 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": "2.0.1"
},
"documentation_url": "http://www.logkit.info/docs/2.0/",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "Source/*.swift"
}