Authored by Robert Payne

Bump version

v1.0.1
======
#### - Added support for first/last baselines
Two additional attributes `NSLayoutAttributeFirstBaseline` and `NSLayoutAttributeLastBaseline` are now supported
v1.0.0
======
#### - Officially v1.0.0
Fixes some issues with install/uninstall vs activate/deactivate and modernises the project files
v0.6.4
======
#### - Add support for tvOS
v0.6.3
======
... ...
Pod::Spec.new do |s|
s.name = 'Masonry'
s.version = '1.0.0'
s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.'
s.homepage = 'https://github.com/cloudkite/Masonry'
... ...