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