Skip to content

Commit bc93307

Browse files
committed
Update podspec
1 parent 392f421 commit bc93307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Layoutless.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "Layoutless"
3-
s.version = "0.2.0"
3+
s.version = "0.3.0"
44
s.summary = "Write less UI code"
55
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."
66
s.homepage = "https://github.com/DeclarativeHub/Layoutless"
77
s.license = 'MIT'
88
s.author = { "Srdan Rasic" => "[email protected]" }
9-
s.source = { :git => "https://github.com/DeclarativeHub/Layoutless.git", :tag => "0.2.0" }
9+
s.source = { :git => "https://github.com/DeclarativeHub/Layoutless.git", :tag => "0.3.0" }
1010

1111
s.ios.deployment_target = '9.3'
1212
s.tvos.deployment_target = '11.0'

0 commit comments

Comments
 (0)