Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

Commit

Permalink
Prep for 0.2.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnedrow committed Oct 18, 2017
1 parent 5126a2a commit 8156b82
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v0.2.6
======

* Updated list of UIAppearance-setters in tests
* Fixed misnamed @param name in code docs
* Support for iOS 10 font weights
* Reduced warnings caused by missing void in method input declaration

v0.2.5
======

Expand Down
4 changes: 2 additions & 2 deletions Classy.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'Classy'
s.version = '0.2.5'
s.version = '0.2.6'
s.license = 'MIT'
s.summary = 'Expressive, flexible, and powerful stylesheets for UIView and friends.'
s.homepage = 'http://classykit.github.io/Classy/'
s.author = { 'Jonas Budelmann' => 'jonas.budelmann@gmail.com' }
s.social_media_url = "http://twitter.com/cloudkite"

s.source = { :git => 'https://github.com/cloudkite/Classy.git', :tag => 'v0.2.5' }
s.source = { :git => 'https://github.com/cloudkite/Classy.git', :tag => 'v0.2.6' }

s.description = %{
Not CSS. Instead of trying to force UIKit to fit CSS syntax, properties, conventions and constructs.
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
workspace 'Classy'

platform :ios, '6.0'
platform :ios, '9.0'

project 'Example/ClassyExample'

Expand Down

0 comments on commit 8156b82

Please sign in to comment.