blob: 5f7e2638e024d728ce5958db7cf7a91c529cfd55 [file] [log] [blame]
{
"name": "LogItUI",
"module_name": "LogItUI",
"version": "0.2.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "iOS specific UI for viewing logs generated by LogIt.",
"homepage": "https://github.com/Jake-Prickett/LogIt",
"authors": {
"Jake Prickett": "jprickett821@gmail.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/Jake-Prickett/LogIt.git",
"tag": "0.2.0"
},
"source_files": "Sources/LogItUI/**/*.{swift,c,h}",
"dependencies": {
"SnapKit": [
">= 5.0.1",
"< 6"
],
"LogIt": [
"0.2.0"
]
},
"swift_version": "5.0"
}