Update LeadKit.podspec
This commit is contained in:
parent
f85910e5fe
commit
bd3753fa62
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "LeadKit"
|
||||
s.version = "0.8.3"
|
||||
s.version = "0.8.4"
|
||||
s.summary = "iOS framework with a bunch of tools for rapid development"
|
||||
s.homepage = "https://github.com/TouchInstinct/LeadKit"
|
||||
s.license = "Apache License, Version 2.0"
|
||||
|
|
@ -105,6 +105,9 @@ Pod::Spec.new do |s|
|
|||
ss.dependency "RxCocoa", '~> 4.1'
|
||||
ss.dependency "RxAlamofire", '~> 4.1'
|
||||
ss.dependency "SwiftDate", '~> 4.5'
|
||||
|
||||
ss.ios.dependency "TableKit", '~> 2.6'
|
||||
|
||||
end
|
||||
|
||||
s.default_subspec = 'Core'
|
||||
|
|
|
|||
Loading…
Reference in New Issue