blob: 012e47cef3ef675b54772b0f0b8fc521d0b3d1f7 [file] [log] [blame]
{
"name": "LogKit",
"version": "1.0.0",
"authors": [
"Justin Pawela",
"The LogKit Project"
],
"license": "ISC",
"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.0"
},
"documentation_url": "http://www.logkit.info/",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "Source/LogKit.swift"
}