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

TwelveTwentyToolkit 0.6.1

TwelveTwentyToolkit 0.6.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Eric-Paul Lecluse.



  • By
  • Eric-Paul Lecluse and Jankees van Woezik

TwelveTwentyToolkit-ObjC

This used to be one giant toolkit of reusable Objective-C classes. However, I'm slowly chopping the toolkit down in favor of smaller, more granular pods.

Here's a list of the subspecs that have been extracted out, into their own pods:

  • EEEInjector - Dependency Injection
  • EEEOperationCenter - A NSOperationQueue based command pattern implementation
  • EEEUnifiedAddressBook - A Objective-C wrapper for the ABAddressBook framework, most notably unifies cards from different sync services like Facebook and Google.
  • EEEManualLayout - A set of layout functions along the lines of CGRectInset, for when auto layout is not (yet) your style.