| { |
| "name": "Keldeo", |
| "version": "0.1.0", |
| "summary": "A lightweight logging library written in Swift.", |
| "description": "Log.i(\"A lightweight logging library written in Swift.\")", |
| "homepage": "https://github.com/xspyhack/Keldeo", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "xspyhack": "xspyhack@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/xspyhack", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_version": "4.2", |
| "source": { |
| "git": "https://github.com/xspyhack/Keldeo.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "Keldeo/*.swift" |
| } |