blob: d5afe828cf1a82ad018b1a9537ac4ba02929cee0 [file] [log] [blame]
{
"name": "stenographer",
"version": "1.0.0",
"summary": "An efficient logging library for macOS, iOS, watchOS, and tvOS – written in Swift.",
"description": "An efficient logging library for macOS, iOS, watchOS, and tvOS – written in Swift. Log to console, file, HTTP service, or your own endpoint. Simple to get started, but smartly customizable.",
"homepage": "https://github.com/stenographer/stenographer",
"license": {
"type": "ISC",
"file": "LICENSE.txt"
},
"authors": {
"paysonwallach": "paysonwallach@icloud.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/stenographer/stenographer.git",
"tag": "1.0.0"
},
"source_files": "Sources/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"swift_version": "4.2",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DStenographerAdvertisingIDDisabled"
}
}