[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 0 / 1 / f / CheatCodes / 0.1.7 / CheatCodes.podspec.json
blobc9b2b16410bf35799bf90e524cc88cac913c7967
2   "name": "CheatCodes",
3   "version": "0.1.7",
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^ + t: Cycle tintAdjustmentMode\n^ + u: Print user defaults\n^ + l: Print autolayout backtrace\n^ + d: Print autolayout backtrace\n^ + d: Print documents directory path\n^ + h: Print the list of available commands\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.1.7"
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   }