[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / d / e / QAMenu / 0.5.0 / QAMenu.podspec.json
blobcd845c5030c8d20aba5c8d122074280d52559a91
2   "name": "QAMenu",
3   "version": "0.5.0",
4   "summary": "Reduced data model driven layout renderer tailored to the usage of QA menus and debug menus which are not shipped to end users.",
5   "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.",
6   "homepage": "https://github.com/tschob/QAMenu",
7   "source": {
8     "git": "https://github.com/tschob/QAMenu.git",
9     "tag": "0.5.0"
10   },
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Hans Seiffert": "tschob@posteo.de"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.3",
22   "requires_arc": true,
23   "source_files": "Sources/QAMenu/**/*.{h,swift}",
24   "dependencies": {
25     "QAMenuUtils": [
27     ]
28   },
29   "swift_version": "5.3"