blob: ed154419bb0845894473ce49d202a491340af97f [file] [log] [blame]
{
"name": "LogSwifty",
"version": "1.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Simple logging for Swift.",
"homepage": "https://github.com/benjohnde/LogSwifty",
"authors": {
"Ben John": "github@benjohn.de"
},
"social_media_url": "http://twitter.com/benjohnde",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/benjohnde/LogSwifty.git",
"tag": "1.1.0"
},
"source_files": "Source/**/*.{swift}",
"requires_arc": true
}