Skip to content

geekaurora/CZUtils

Repository files navigation

CZUtils

Version Carthage compatible Swift Version License Platform

Powerful toolset for Utils layer

  • CZMutexLock on top of GCD
  • NSNullGuard
  • MainQueueScheduler
  • SwizzlingHelper
  • ThreadSafeDictionary
  • NibLoadable for UIView/Cell

Installation

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

pod 'CZUtils'

And run pod install in your work folder.