CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jun 2015 |
Maintained by Dan Stenmark.
Good asynchonous design is difficult to implement but rewarding when done well. Enter Conche, an Objective-C toolbox designed to help you implement your asynchronous logic. Conche consists of the following classes:
CNCHStateMachine [README]
A lightweight class for implementing state machines.
CNCHObjectFeed [README]
A coalescing object queue.
CNCHIOChannel
Coming soon.
The minimum targets for using Conche are OS X 10.6 & iOS 4.0. Building from source requires Xcode 6.3.
platform :ios, '8.0'
pod "Conche"
All Conche code has been annotated for nullability where applicable and, as such, is Swift-ready.