-
Notifications
You must be signed in to change notification settings - Fork 35
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
Mario Hahn
committed
Nov 27, 2013
1 parent
b27619a
commit c53a684
Showing
2 changed files
with
15 additions
and
9 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,13 +1,19 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'MHDismissModalView' | ||
s.version = '1.0' | ||
s.license = 'MIT' | ||
s.platform = :ios, '7.0' | ||
|
||
s.summary = 'automatically sets the background with a blur effect and you can dismiss all modal views with a gesture' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.homepage = 'https://github.com/mariohahn/MHDismissModalView' | ||
s.author = { 'Mario Hahn' => 'https://twitter.com/mario_hahn' } | ||
s.authors = 'Mario Hahn' => '[email protected]' | ||
s.summary = 'automatically sets the background with a blur effect and you can dismiss all modal views with a gesture'' | ||
# Source Info | ||
s.platform = :ios, '7.0' | ||
s.source = :git => 'https://github.com/mariohahn/MHDismissModalView.git', :tag => '1.1' | ||
s.source_files = ['MHDismissModalView/MHDismiss/'] | ||
s.source = { :git => 'https://github.com/mariohahn/MHDismissModalView.git', :tag => 'v1.0' } | ||
|
||
s.requires_arc = true | ||
end | ||
|
||
# Pod Dependencies | ||
s.dependencies = pod "MHDismissModalView" | ||
|
||
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