File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 1+ platform :ios, '7.0'
2+ pod 'Kadabra', :git => 'https://github.com/Dimillian/DMCustomModalViewController.git'
You can’t perform that action at this time.
0 commit comments