[Update] TICoordinatorKit (1.1.0)
This commit is contained in:
parent
3af151a02a
commit
7324cfe72e
|
|
@ -0,0 +1,12 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'TICoordinatorKit'
|
||||
s.version = '1.1.0'
|
||||
s.summary = 'A framework for performing navigation in iOS application.'
|
||||
s.homepage = 'https://github.com/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.ios.deployment_target = '10.0'
|
||||
s.source_files = 'TICoordinatorKit/Classes/**/*'
|
||||
s.frameworks = 'UIKit'
|
||||
end
|
||||
Loading…
Reference in New Issue