-
Notifications
You must be signed in to change notification settings - Fork 270
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
Showing
6 changed files
with
42 additions
and
15 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 = "Presentr" | ||
s.version = "1.0.1" | ||
s.version = "1.0.2" | ||
s.summary = "A simple Swift wrapper for typical custom view controller presentations." | ||
s.description = <<-DESC | ||
A micro framework created in Swift. Simplifies creating custom view controller presentations. Specially the typical ones we use which are a popup, an alert, or a any non-full-screen modal. Abstracts having to deal with custom presentation controllers and transitioning delegates | ||
|
@@ -10,7 +10,7 @@ Pod::Spec.new do |s| | |
s.author = { "Daniel Lozano" => "[email protected]" } | ||
s.social_media_url = "http://twitter.com/danlozanov" | ||
s.platform = :ios, "9.0" | ||
s.source = { :git => "https://github.com/icalialabs/Presentr.git", :tag => "1.0.1" } | ||
s.source = { :git => "https://github.com/icalialabs/Presentr.git", :tag => "1.0.2" } | ||
s.source_files = "Presentr/**/*.{swift}" | ||
s.resources = "Presentr/**/*.{xib,ttf}" | ||
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
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
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