blob: d614b963db6bd0fc270248fcf176da33f10c2ab4 [file] [log] [blame]
{
"name": "HyperLogKit",
"version": "3.0.8",
"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.0.8"
},
"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",
"resource_bundles": {
"LogKit": [
"Sources/*.xcdatamodeld"
]
}
}