CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

Conche 1.0.4

Conche 1.0.4

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jun 2015

Maintained by Dan Stenmark.



Conche 1.0.4

  • 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.

Requirements

The minimum targets for using Conche are OS X 10.6 & iOS 4.0. Building from source requires Xcode 6.3.

Podfile

platform :ios, '8.0'
pod "Conche"

Swift Interoperability

All Conche code has been annotated for nullability where applicable and, as such, is Swift-ready.