blob: 438c81731a5a1b570faa71ed6505d5143c5dc235 [file] [log] [blame]
{
"name": "Logr",
"version": "0.4.0",
"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.4.0"
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.1"
}