Skip to content

Commit

Permalink
Update Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
khuong291 committed Nov 7, 2017
1 parent abb14e1 commit 3799eb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion MagicPresent.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
s.version = "1.0"
s.summary = "A lightweight Swift wrapper for custom ViewController presentations on iOS"
s.description = <<-DESC
A lightweight Swift wrapper for custom ViewController presentations on iOS
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
DESC
s.homepage = "http://github.com/khuong291/MagicPresent"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 3799eb5

Please sign in to comment.