blob: f89390a5be50817cdfa22b342e7d10590cdfdc60 [file] [log] [blame]
{
"name": "Slogger",
"version": "0.1",
"summary": "A simple, fast and flexible logging framework for Swift.",
"description": "Slogger is a simple, remarkably flexible, very-efficient, thread-safe logging framework\nfor use in Swift projects on iOS, Mac OS X, watchOS and tvOS.",
"homepage": "https://github.com/dgoodine/Slogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Goodine": "dmgoodine@gmail.com"
},
"social_media_url": "http://twitter.com/dgoodine",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dgoodine/Slogger.git",
"tag": "v0.1"
},
"source_files": "Slogger/Slogger/*.{h,m,swift}",
"requires_arc": true
}