mirror of https://github.com/SnapKit/SnapKit
Prepare 0.19.1 Release
This commit is contained in:
parent
856ed42160
commit
0be780c930
|
@ -1,7 +1,11 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=======
|
=======
|
||||||
|
|
||||||
# 0.19.0 - January 21 2015
|
# 0.19.1 - January 26 2016
|
||||||
|
|
||||||
|
* Rebased from 0.16.0 with only desired commits to resolve many unexpected issues
|
||||||
|
|
||||||
|
# 0.19.0 - January 21 2016
|
||||||
|
|
||||||
* Improved `.insets()` for `width` and `height` #183
|
* Improved `.insets()` for `width` and `height` #183
|
||||||
* Added Carthage tvOS support #179
|
* Added Carthage tvOS support #179
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'SnapKit'
|
s.name = 'SnapKit'
|
||||||
s.version = '0.19.0'
|
s.version = '0.19.1'
|
||||||
s.license = 'MIT'
|
s.license = 'MIT'
|
||||||
s.summary = 'Harness the power of auto layout with a simplified, chainable, and compile time safe syntax.'
|
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.homepage = 'https://github.com/SnapKit/SnapKit'
|
||||||
s.authors = { 'Robert Payne' => 'robertpayne@me.com' }
|
s.authors = { 'Robert Payne' => 'robertpayne@me.com' }
|
||||||
s.social_media_url = 'http://twitter.com/robertjpayne'
|
s.social_media_url = 'http://twitter.com/robertjpayne'
|
||||||
s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '0.19.0' }
|
s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '0.19.1' }
|
||||||
|
|
||||||
s.ios.deployment_target = '8.0'
|
s.ios.deployment_target = '8.0'
|
||||||
s.osx.deployment_target = '10.10'
|
s.osx.deployment_target = '10.10'
|
||||||
|
|
Loading…
Reference in New Issue