blob: 1061fd2b38c7a0f0a63fe656f2b0fc3c9d6fb964 [file] [log] [blame]
{
"name": "HyperLogKit",
"version": "3.1.2",
"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",
"tag": "3.1.2"
},
"documentation_url": "https://github.com/solusguard/HyperLogKit/",
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"frameworks": "CoreData",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DLogKitAdvertisingIDDisabled"
},
"source_files": "Sources/*.swift",
"resources": "Sources/*.xcdatamodeld",
"swift_version": "5.0"
}