7pods
Macros for making Auto Layout more readable (and writable) without using strings.
Not using (visual format) strings means you can use variables and values directly.
Works for iOS and OS X.
Example: [view addConstraints:@[ ALIGNLEFT(view1, view2), ALIGNTOP(view1, view2), PIN_WIDTH(view1, view2, TIMES(0.5)) ]];
You also specify the relation type, constant, multiplier and priority in one short invocation per constraint.
License: MIT
The goal is to provide clear functions for the most commonly used rect operations, even if the code savings are minimal. The reason is that function names communicate the programmer's intent more clearly than setting properties with ad-hoc calculations.
License: MIT
A factory for turning Font Awesome pictograms into icon images for user interface controls and buttons. Works for iOS and OS X.
Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome
License: MIT
Hamcrest gives you advanced matchers with better error messages for your Swift unit tests.
License: NOASSERTION