Skip to content

Commit 3d1b8a6

Browse files
committed
Fix podspec for iOS 7 only
1 parent a197b2b commit 3d1b8a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DMCustomModalViewController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DMCustomModalViewController'
3-
s.version = '1.0'
3+
s.version = '1.0.1'
44
s.summary = 'A cool modal transition'
55
s.homepage = 'https://github.com/Dimillian/DMCustomModalViewController.git'
66
s.author = {
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
:git => 'https://github.com/Dimillian/DMCustomModalViewController.git',
1111
:tag => '1.0'
1212
}
13-
s.ios.deployment_target = '7.0'
13+
s.platform = :ios, '7.0'
1414
s.source_files = 'classes/*.{h,m}'
1515
s.requires_arc = true
1616
s.license = 'MIT'

0 commit comments

Comments
 (0)