-
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
c53a684
commit e2d39fc
Showing
1 changed file
with
12 additions
and
13 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,19 +1,18 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'MHDismissModalView' | ||
s.version = '1.0' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.version = '1.2' | ||
s.license = 'MIT' | ||
s.homepage = 'https://github.com/mariohahn/MHDismissModalView' | ||
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.author = { | ||
'Mario Hahn' => '[email protected]' | ||
} | ||
s.summary = 'automatically sets the background with a blur effect and you can dismiss all modal views with a gesture' | ||
s.platform = :ios | ||
s.source = { | ||
:git => 'https://github.com/mariohahn/MHDismissModalView.git', | ||
:tag => 'v1.2' | ||
} | ||
s.source_files = ['MHDismissModalView/MHDismiss/'] | ||
|
||
s.ios.deployment_target = '7.0' | ||
s.requires_arc = true | ||
|
||
# Pod Dependencies | ||
s.dependencies = pod "MHDismissModalView" | ||
|
||
end |