CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

DebugMenuUserDefaultsBrowser 1.0.0

DebugMenuUserDefaultsBrowser 1.0.0

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
 

  • By
  • Koji Murata

This pod was created with TAKKitSwift. I am respecting Takahiro Ooishi.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Usage

func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
  DebugHead.sharedInstance.prepare(menuClasses: [DebugMenuUserDefaultsBrowserViewController.self])
  return true
}

Installation

DebugMenuUserDefaultsBrowser is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "DebugMenuUserDefaultsBrowser"

Author

Koji Murata, [email protected]

License

DebugMenuUserDefaultsBrowser is available under the MIT license. See the LICENSE file for more info.