Unicorns
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, [email protected]
License
Unicorns is available under the MIT license. See the LICENSE file for more info.