blob: 0e82a0419f02f8d78b3765b501b1f798850a2361 [file] [log] [blame]
{
"name": "QAMenu",
"version": "0.1.0",
"summary": "Reduced data model driven layout renderer tailored to the usage of QA menus and debug menus which are not shipped to end users.",
"description": "Reduced data model driven layout renderer tailored to the usage of QA menus, debug menus and settings screens which are not shipped to end users, but only used internally.\nUnlike the system settings bundle, it directly lives in your app and is interactive. You can directly retrieve information and execute actions.",
"homepage": "https://github.com/tschob/QAMenu",
"source": {
"git": "https://github.com/tschob/QAMenu.git",
"tag": "0.1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hans Seiffert": "tschob@posteo.de"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.3",
"requires_arc": true,
"source_files": "Sources/QAMenu/**/*.{h,swift}",
"dependencies": {
"QAMenuUtils": [
]
},
"swift_version": "5.3"
}