Skip to content

bartekzabicki/Unicorns

Repository files navigation

Unicorns

CI Status Version License Platform

Example

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

Requirements

At least iOS 10

Documentation:

https://bartekzabicki.github.io/Unicorns/

Installation

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

pod 'Unicorns'

to fully enjoy @IBDesignable classes, you should also add at the end of your Podfile:

post_install do |installer|
  installer.pods_project.build_configurations.each do |config|
    config.build_settings.delete('CODE_SIGNING_ALLOWED')
    config.build_settings.delete('CODE_SIGNING_REQUIRED')
    end
end

To use Logger globaly add in appDelegate.swift, outside class :

public typealias Log = Unicorns.Log

Author

bartekzabicki, bartekzabicki@gmail.com

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published