Bump versioning for 0.19.0 release

This commit is contained in:
Robert Payne 2016-01-21 11:19:01 +13:00
parent cbd76888c8
commit 82ac8f8f2f
2 changed files with 11 additions and 4 deletions

View File

@ -1,6 +1,13 @@
CHANGELOG
=======
# 0.19.0 - January 21 2015
* Improved `.insets()` for `width` and `height` #183
* Added Carthage tvOS support #179
* Added Package.swift #175
* Codesign is set to Distribution on Release #181
# 0.15.0 - September 22 2015
* Fixed issues with layout guides on iOS 9

View File

@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'SnapKit'
s.version = '0.18.0'
s.version = '0.19.0'
s.license = 'MIT'
s.summary = 'Harness the power of auto layout with a simplified, chainable, and compile time safe syntax.'
s.homepage = 'https://github.com/SnapKit/SnapKit'
s.authors = { 'Robert Payne' => 'robertpayne@me.com' }
s.social_media_url = 'http://twitter.com/robertjpayne'
s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '0.18.0' }
s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '0.19.0' }
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'