Skip to content

cloakedcode/TimberKit

Repository files navigation

TimberKit

TimberKit is an ObjC/Cocoa wrapper for the Forrst API in the form of a framework.

There's something better already out there

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!

Example usage

TKPost *post = [TKPost postWithTinyID: @"BHM"];

NSLog(@"%@", post.title);

About

ObjC Forrst API wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published