| { |
| "name": "SweetConsole", |
| "version": "1.1.1", |
| "license": "MIT", |
| "summary": "A Swift`s println function alternative to log values in console like a boss!", |
| "homepage": "https://github.com/jancassio/SweetConsole", |
| "social_media_url": "http://www.twitter.com/jancassio", |
| "authors": { |
| "Jan Cassio": "hey@jancassio.com" |
| }, |
| "source": { |
| "git": "https://github.com/jancassio/SweetConsole.git", |
| "tag": "1.1.1" |
| }, |
| "platforms": { |
| "ios": "8.1", |
| "osx": "10.11" |
| }, |
| "source_files": "Console.swift", |
| "requires_arc": true |
| } |