blob: f43b555666d49b4236bc6e5fc716361e51782a1a [file] [log] [blame]
{
"name": "SwiftSimpleLogger",
"version": "0.0.2",
"summary": "Simple single-file logging for Swift 3",
"homepage": "https://github.com/AWeleczka/SwiftSimpleLogger/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Alexander Weleczka",
"social_media_url": "http://twitter.com/AWeleczka/",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "3.1",
"tvos": "10.1"
},
"source": {
"git": "https://github.com/AWeleczka/SwiftSimpleLogger.git",
"tag": "0.0.2"
},
"source_files": "SwiftSimpleLogger/*.swift",
"exclude_files": "docs",
"pushed_with_swift_version": "3.0"
}