We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a197b2b commit 3d1b8a6Copy full SHA for 3d1b8a6
DMCustomModalViewController.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'DMCustomModalViewController'
3
- s.version = '1.0'
+ s.version = '1.0.1'
4
s.summary = 'A cool modal transition'
5
s.homepage = 'https://github.com/Dimillian/DMCustomModalViewController.git'
6
s.author = {
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
:git => 'https://github.com/Dimillian/DMCustomModalViewController.git',
11
:tag => '1.0'
12
}
13
- s.ios.deployment_target = '7.0'
+ s.platform = :ios, '7.0'
14
s.source_files = 'classes/*.{h,m}'
15
s.requires_arc = true
16
s.license = 'MIT'
0 commit comments