Dispatcher eases the pain of using Grand Central Dispatch by introducing 4 new Swift classes.
-
Swift 2.0+
Dispatcher is not yet available on CocoaPods.
github "aleclarson/dispatcher" "master"
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.