update repo path in podspec
This commit is contained in:
parent
2669b03f00
commit
29068bcabf
|
|
@ -2,10 +2,10 @@ Pod::Spec.new do |s|
|
|||
s.name = 'TICoordinatorKit'
|
||||
s.version = '1.1.7'
|
||||
s.summary = 'A framework for performing navigation in iOS application.'
|
||||
s.homepage = 'https://github.com/TouchInstinct/TICoordinatorKit'
|
||||
s.homepage = 'https://git.svc.touchin.ru/TouchInstinct/TICoordinatorKit/'
|
||||
s.license = 'Apache License, Version 2.0'
|
||||
s.author = 'Touch Instinct'
|
||||
s.source = { :git => 'https://github.com/TouchInstinct/TICoordinatorKit.git', :tag => s.version.to_s }
|
||||
s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/TICoordinatorKit.git', :tag => s.version.to_s }
|
||||
s.ios.deployment_target = '9.0'
|
||||
s.source_files = 'TICoordinatorKit/Classes/**/*'
|
||||
s.frameworks = 'UIKit'
|
||||
|
|
|
|||
Loading…
Reference in New Issue