-
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.
- Loading branch information
1 parent
aa0098d
commit 0d21e3b
Showing
2 changed files
with
4 additions
and
4 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,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 |
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