[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 0 / 1 / f / CheatCodes / 0.2.1 / CheatCodes.podspec.json
blobfee8d1cb7f21a944e044221e767ec51685a6cae8
2   "name": "CheatCodes",
3   "version": "0.2.1",
4   "summary": "UIKeyCommand shortcuts for debugging applications in the simulator",
5   "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 ⌘ + ⇧ + ^ + ↓: Trigger restorable state preservation\n     ⇧ + ^ + d: Print documents directory path\n     ⇧ + ^ + e: Re-enable user interaction\n     ⌘ + ⌥ + f: Reset all first run screens\n     ⇧ + ^ + g: Log in a default user account\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```",
6   "homepage": "https://github.com/davelyon/CheatCodes",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dave Lyon": "dave@davelyon.net"
13   },
14   "source": {
15     "git": "https://github.com/davelyon/CheatCodes.git",
16     "tag": "0.2.1"
17   },
18   "social_media_url": "https://twitter.com/daveisonthego",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CheatCodes/Classes/**/*",
23   "pod_target_xcconfig": {
24     "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "CHEAT_${CONFIGURATION}",
25     "SWIFT_VERSION": "3.0"
26   }