-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug introduced by the previous release regarding safeArea.
- Loading branch information
1 parent
471f372
commit 9b8ce44
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.1.4" | ||
s.version = "0.1.5" | ||
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.4" } | ||
s.source = { :git => "https://github.com/DeclarativeHub/Layoutless.git", :tag => "0.1.5" } | ||
|
||
s.ios.deployment_target = '9.3' | ||
s.tvos.deployment_target = '11.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters