blob: 9407cbe4b426bb7d8c97b780f5e1b719d6c2bf7b [file] [log] [blame]
{
"name": "Logr",
"version": "0.3.2",
"summary": "Simple and extensible logging library for iOS",
"description": "Simple and extensible logging library for iOS with options to include own custom targets for log destination.",
"homepage": "https://github.com/nakkht/logr",
"license": {
"type": "Apache v2.0",
"file": "LICENSE"
},
"authors": {
"Paulius Gudonis": "pg@neqsoft.com"
},
"social_media_url": "https://twitter.com/nakkht",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.1",
"source": {
"git": "https://github.com/nakkht/logr.git",
"tag": "v0.3.2"
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.1"
}