RBRouteBuilder
April 11, 2014 • MIT License
Build routes without strings and headache.
Example based on a GitHub API routes
NSURL *orgsURL = router().users.add(@"AlexDenisov").orgs.URL;
// NSURL: /users/AlexDenisov/orgs
N...
BloodMagic
November 02, 2013 • MIT License
Provides kind of custom property attributes.
@interface ViewController : UIViewController
<BMLazy>
@property (nonatomic, strong) ProgressViewService *progressViewService...