-
add distribute function
-
Use version variable for tag number
-
Layout guides and iOS 9 support
-
…Added seperate view and item to MASViewAttribute.
-
Added Carthage compatible badge to README
-
example variable rename.
-
view123 -> colorView.
-
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