/dispatcher

Queues, timers, and task groups in Swift

Primary LanguageSwiftMIT LicenseMIT

Dispatcher eases the pain of using Grand Central Dispatch by introducing 4 new Swift classes.

Thank me!

Requirements

  • Swift 2.0+

Installation

CocoaPods

Dispatcher is not yet available on CocoaPods.

Carthage
github "aleclarson/dispatcher" "master"
Manually

Drag-and-drop the Dispatcher.xcodeproj into your own Xcode project. In your application target's Build Phases, add Dispatcher.framework to Target Dependencies, Link Binary With Libraries, and Copy Files.

If that gives you trouble, open the Dispatcher.xcodeproj in Xcode and build the framework target. Right-click Dispatcher.framework in the Products folder in your Project Navigator and click Show in Finder. Drag-and-drop the Dispatcher.framework from your finder into your Xcode project.