Skip to content

Commit

Permalink
Changed PodSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Hahn committed Nov 27, 2013
1 parent c53a684 commit e2d39fc
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions MHDismissModalView.podspec
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

0 comments on commit e2d39fc

Please sign in to comment.