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

Commit 6cb4f2b

Browse files
authored
Promoting 0.2.6 to 1.0.0
Intended functionality is implemented in 0.2.6, so promoting this to 1.0.0.
1 parent 0a9d9d8 commit 6cb4f2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Classy.podspec

Lines changed: 2 additions & 2 deletions
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.6'
3+
s.version = '1.0.0'
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.6' }
10+
s.source = { :git => 'https://github.com/cloudkite/Classy.git', :tag => 'v1.0.0' }
1111

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

0 commit comments

Comments
 (0)