blob: bad71e8c539c95338e8d7ad7da6867a5bbfc1e8d [file] [log] [blame]
{
"name": "CheatCodes",
"version": "0.2.0",
"summary": "UIKeyCommand shortcuts for debugging applications in the simulator",
"description": "CheatCodes is a drop in tool to enable some basic debugging functionality in the simulator by using `UIKeyCommand`.\n\nCurrently, it ships with the following already available:\n\n```\nAvailable Cheat Codes:\n======================\n ⇧ + ^ + d: Print documents directory path\n ⇧ + ^ + e: Re-enable user interaction\n ⇧ + ^ + h: Print the list of available commands\n ⇧ + ^ + i: Print general device info\n ⇧ + ^ + l: Print autolayout backtrace\n ⇧ + ^ + o: Print the current trait collection (for the main window)\n ⇧ + ^ + t: Cycle tintAdjustmentMode\n ⇧ + ^ + u: Print user defaults\n```",
"homepage": "https://github.com/davelyon/CheatCodes",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dave Lyon": "dave@davelyon.net"
},
"source": {
"git": "https://github.com/davelyon/CheatCodes.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/daveisonthego",
"platforms": {
"ios": "8.0"
},
"source_files": "CheatCodes/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "CHEAT_${CONFIGURATION}",
"SWIFT_VERSION": "3.0"
}
}