blob: 89f9690ce4bde6176a24d0e318435c5183fcc973 [file] [log] [blame]
{
"name": "HyperLogKit",
"version": "3.0.1",
"authors": "SolusGuard HyperLogKit",
"license": {
"type": "BSD",
"file": "LICENSE.txt"
},
"summary": "An efficient logging library for iOS – written in Swift.",
"description": "An efficient logging library for iOS – written in Swift. Log to console, file, HTTP service, Core Data or your own endpoint. Simple to get started, but smartly customizable.",
"homepage": "https://github.com/solusguard/HyperLogKit/",
"source": {
"git": "https://github.com/solusguard/HyperLogKit.git",
"branch": "master"
},
"documentation_url": "https://github.com/solusguard/HyperLogKit/",
"swift_version": "5.0",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DLogKitAdvertisingIDDisabled"
},
"source_files": "Sources/*.swift"
}