aleclarson / dispatcher

Queues, timers, and task groups in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Thank me!

Requirements

  • Swift 2.0+

Installation

Dispatcher is not yet available on CocoaPods.

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.

About

Queues, timers, and task groups in Swift

License:MIT License


Languages

Language:Swift 100.0%