| { |
| "name": "EmojiLogger", |
| "version": "1.0.0", |
| "summary": "A custom Logger that uses emojis to represent log levels", |
| "description": "A custom Logger that uses emojis to represent log levels.", |
| "homepage": "https://github.com/SwiftMN/EmojiLogger", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Steve Vlaminck": "steve@vlaminck.com" |
| }, |
| "source": { |
| "git": "https://github.com/SwiftMN/EmojiLogger.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Sources/**/*.swift", |
| "platforms": { |
| "ios": "12.0" |
| }, |
| "swift_versions": "5.1", |
| "swift_version": "5.1" |
| } |