Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Sep 25, 2018
1 parent aa0098d commit 0d21e3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Layoutless.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Pod::Spec.new do |s|
s.name = "Layoutless"
s.version = "0.1.5"
s.version = "0.2.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.1.5" }
s.source = { :git => "https://github.com/DeclarativeHub/Layoutless.git", :tag => "0.2.0" }

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

s.source_files = 'Sources/**/*.swift', 'Layoutless/**/*.{h,m}'
s.requires_arc = true
s.swift_version = '4.0'
s.swift_version = '4.1'
end
2 changes: 1 addition & 1 deletion Layoutless/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.5</string>
<string>0.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 0d21e3b

Please sign in to comment.