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