Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
hpique committed May 2, 2014
1 parent be835e1 commit 0cb358d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lyt.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Pod::Spec.new do |s|
s.name = 'Lyt'
s.version = '0.1'
s.version = '0.2'
s.license = 'Apache 2.0'
s.summary = 'A UIView category to make autolayout (more) readable and less verbose'
s.homepage = 'https://github.com/robotmedia/Lyt'
s.author = 'Hermes Pique'
s.social_media_url = 'https://twitter.com/robotmedia'
s.source = { :git => 'https://github.com/robotmedia/Lyt.git', :tag => "v#{s.version}" }
s.platform = :ios, '7.0'
s.requires_arc = true
Expand Down

0 comments on commit 0cb358d

Please sign in to comment.