MERTwitterKit icon indicating copy to clipboard operation
MERTwitterKit copied to clipboard

Twitter 1.1 API wrapper, built on top of AFNetworking and ReactiveCocoa. Compatible with iOS, 7.0+.

##MERTwitterKit

Twitter 1.1 API wrapper, built on top of AFNetworking and ReactiveCocoa. Compatible with iOS, 7.0+.

API coverage is not complete, but will continue to expand.

###Documentation

The headers are documented. Read them.

###Tests

Nope.

###Examples

The MERTwitterKitDemo target gives a full featured example of how to use the library.

###Classes

  • MERTwitterClient.h, the principal class, handles are communication with the Twitter API and returns various view model objects in response to API requests

###View Models