-
Notifications
You must be signed in to change notification settings - Fork 5
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
d4a3b4e
commit 41715b1
Showing
3 changed files
with
4 additions
and
5 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,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Overlay" | ||
s.version = "0.3" | ||
s.version = "0.4" | ||
s.summary = "A very flexible UI framework designed for Swift." | ||
s.homepage = "https://github.com/TintPoint/Overlay" | ||
s.author = { "Justin Jia" => "[email protected]" } | ||
|
@@ -11,4 +11,3 @@ Pod::Spec.new do |s| | |
s.source_files = "Sources/**/*.{h,swift}" | ||
s.framework = "UIKit" | ||
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
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