TimberKit is an ObjC/Cocoa wrapper for the Forrst API in the form of a framework.
I wrote TimberKit before I was aware of a much more complete wrapper:
https://github.com/bnmuller/FTForrstEngine
I highly recommend you use that library instead of TimberKit.
Props Ben!
TKPost *post = [TKPost postWithTinyID: @"BHM"];
NSLog(@"%@", post.title);