blob: c51d0dac3860754232df528cf0d76337e8d38dd1 [file] [log] [blame]
{
"name": "Logr",
"version": "0.1.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": "Apache License, Version 2.0",
"authors": {
"Paulius Gudonis": "pg@neqsoft.com"
},
"social_media_url": "https://twitter.com/nakkht",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/nakkht/logr.git",
"tag": "v0.1.0"
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.0"
}