| { |
| "name": "HyperLogKit", |
| "version": "3.0.3", |
| "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.3" |
| }, |
| "documentation_url": "https://github.com/solusguard/HyperLogKit/", |
| "swift_version": "5.0", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "requires_arc": true, |
| "frameworks": "Foundation", |
| "pod_target_xcconfig": { |
| "OTHER_SWIFT_FLAGS": "-DLogKitAdvertisingIDDisabled" |
| }, |
| "source_files": "Sources/*.swift" |
| } |