Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Mar 28, 2019
1 parent 392f421 commit bc93307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Layoutless.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "Layoutless"
s.version = "0.2.0"
s.version = "0.3.0"
s.summary = "Write less UI code"
s.description = "Layoutless enables you to spend less time writing UI code. It provides a way to abstract common layout patterns and enable consistent styling approach."
s.homepage = "https://github.com/DeclarativeHub/Layoutless"
s.license = 'MIT'
s.author = { "Srdan Rasic" => "[email protected]" }
s.source = { :git => "https://github.com/DeclarativeHub/Layoutless.git", :tag => "0.2.0" }
s.source = { :git => "https://github.com/DeclarativeHub/Layoutless.git", :tag => "0.3.0" }

s.ios.deployment_target = '9.3'
s.tvos.deployment_target = '11.0'
Expand Down

0 comments on commit bc93307

Please sign in to comment.