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

Commit 8156b82

Browse files
committed
Prep for 0.2.6 release.
1 parent 5126a2a commit 8156b82

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v0.2.6
2+
======
3+
4+
* Updated list of UIAppearance-setters in tests
5+
* Fixed misnamed @param name in code docs
6+
* Support for iOS 10 font weights
7+
* Reduced warnings caused by missing void in method input declaration
8+
19
v0.2.5
210
======
311

Classy.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'Classy'
3-
s.version = '0.2.5'
3+
s.version = '0.2.6'
44
s.license = 'MIT'
55
s.summary = 'Expressive, flexible, and powerful stylesheets for UIView and friends.'
66
s.homepage = 'http://classykit.github.io/Classy/'
77
s.author = { 'Jonas Budelmann' => '[email protected]' }
88
s.social_media_url = "http://twitter.com/cloudkite"
99

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

1212
s.description = %{
1313
Not CSS. Instead of trying to force UIKit to fit CSS syntax, properties, conventions and constructs.

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
workspace 'Classy'
22

3-
platform :ios, '6.0'
3+
platform :ios, '9.0'
44

55
project 'Example/ClassyExample'
66

0 commit comments

Comments
 (0)