Skip to content

Commit 9dc2a85

Browse files
committed
Prepare example
1 parent 79cd964 commit 9dc2a85

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DMCustomModalViewController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Pod::Spec.new do |s|
22
s.name = 'DMCustomModalViewController'
33
s.version = '1.0'
44
s.summary = 'A cool modal transition'
5-
s.homepage = 'https://github.com/Dimillian/DMCustomModalViewController'
5+
s.homepage = 'https://github.com/Dimillian/DMCustomModalViewController.git'
66
s.author = {
77
'Thomas Ricouard' => 'ricouard77@gmail.com'
88
}
99
s.source = {
10-
:git => 'https://github.com/Dimillian/DMCustomModalViewController',
10+
:git => 'https://github.com/Dimillian/DMCustomModalViewController.git',
1111
:tag => '1.0'
1212
}
1313
s.ios.deployment_target = '7.0'

Example/podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
platform :ios, '7.0'
2+
pod 'Kadabra', :git => 'https://github.com/Dimillian/DMCustomModalViewController.git'

0 commit comments

Comments
 (0)