CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ | 
| LangLanguage | SwiftSwift | 
| License | MIT | 
| ReleasedLast Release | Apr 2017 | 
| SPMSupports SPM | ✗ | 
Maintained by Koji Murata.
| Depends on: | |
| TAKKitSwift | >= 3.1.0 | 
| DebugHead | >= 1.0.0 | 
This pod was created with TAKKitSwift. I am respecting Takahiro Ooishi.
To run the example project, clone the repo, and run pod install from the Example directory first.
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
  DebugHead.sharedInstance.prepare(menuClasses: [DebugMenuUserDefaultsBrowserViewController.self])
  return true
}DebugMenuUserDefaultsBrowser is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "DebugMenuUserDefaultsBrowser"Koji Murata, [email protected]
DebugMenuUserDefaultsBrowser is available under the MIT license. See the LICENSE file for more info.