blob: cf61b2451add0fd7403772266b45b9c5416458f5 [file] [log] [blame]
{
"name": "Logr",
"version": "0.3.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.1",
"source": {
"git": "https://github.com/nakkht/logr.git",
"tag": "v0.3.0"
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.1"
}