-
Add iOS and OSX framework project and targets
-
This enables developers to embed Masonry into their apps by simplying dragging and dropping `Masonry.framework` into their project without a strong dependency on CocoaPods. It requires no binary distribution. By adding this project (and no additional configuration files), we also implcitly add support for [Carthage](https://github.com/Carthage/Carthage), a new Cocoa dependency manager that leverages the power of frameworks to make dependency management simpler.
-
Added support and tests for leading and trailing insets.
-
Added the iOS 8 margin attributes
-
Fix README typo
-
Aspect fit example
-
Implemented support for new NSLayoutConstraint's active property
-
…activate property is not supported by iOS
-
iOS example app code cleanup.