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

Kuda 0.1.0

Kuda 0.1.0

Maintained by noppefoxwolf.



Kuda 0.1.0

Kuda

Usage

Kuda.install(debuggerItems: [
  CustomSuccessDebugItem(),
  CustomFailureDebugItem(),
  UIDebugItem({ UISwitch() }),
  UIDebugItem({ ExampleViewController(rootView: ExampleView()) }),
  ViewControllerDebugItem({ ExampleViewController(rootView: ExampleView()) }),
  CaseSelectableDebugItem(currentValue: Animal.dog, didSelected: { print($0) }),
  InfoDebugItem(),
  ExitDebugItem(),
])

Requirements

Installation

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

pod 'Kuda'

Author

noppe, [email protected]

License

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