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

Commit

Permalink
Promoting 0.2.6 to 1.0.0
Browse files Browse the repository at this point in the history
Intended functionality is implemented in 0.2.6, so promoting this to 1.0.0.
  • Loading branch information
dnedrow authored Nov 6, 2017
1 parent 0a9d9d8 commit 6cb4f2b
Showing 1 changed file with 2 additions and 2 deletions.
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.6'
s.version = '1.0.0'
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.6' }
s.source = { :git => 'https://github.com/cloudkite/Classy.git', :tag => 'v1.0.0' }

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

0 comments on commit 6cb4f2b

Please sign in to comment.