Swift 4 support

This commit is contained in:
Alexey Gerasimov
2017-09-25 20:15:51 +03:00
parent 77fb73fd90
commit ed31986477
10 changed files with 71 additions and 62 deletions
+10 -10
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LeadKit"
s.version = "0.5.7"
s.version = "0.6.0"
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"
@@ -77,12 +77,12 @@ Pod::Spec.new do |s|
]
ss.dependency "CocoaLumberjack/Swift", '~> 3.1.0'
ss.dependency "RxSwift", '3.4.0'
ss.dependency "RxCocoa", '3.4.0'
ss.dependency "RxAlamofire", '3.0.2'
ss.dependency "ObjectMapper", '~> 2.2'
ss.dependency "RxSwift", '4.0.0-beta.0'
ss.dependency "RxCocoa", '4.0.0-beta.0'
ss.dependency "RxAlamofire", :git => 'https://github.com/RxSwiftCommunity/RxAlamofire.git', :commit => 'c2fdccf8058d1a61f5fbb540054c21372de1151d'
ss.dependency "ObjectMapper", '~> 3.0.0'
ss.ios.dependency "TableKit", '~> 2.3.1'
ss.ios.dependency "TableKit", '~> 2.5.0'
ss.ios.dependency "UIScrollView-InfiniteScroll", '~> 1.0.0'
end
@@ -99,10 +99,10 @@ Pod::Spec.new do |s|
]
ss.dependency "CocoaLumberjack/Swift", '~> 3.1.0'
ss.dependency "RxSwift", '3.4.0'
ss.dependency "RxCocoa", '3.4.0'
ss.dependency "RxAlamofire", '3.0.2'
ss.dependency "ObjectMapper", '~> 2.2'
ss.dependency "RxSwift", '4.0.0-beta.0'
ss.dependency "RxCocoa", '4.0.0-beta.0'
ss.dependency "RxAlamofire", :git => 'https://github.com/RxSwiftCommunity/RxAlamofire.git', :commit => 'c2fdccf8058d1a61f5fbb540054c21372de1151d'
ss.dependency "ObjectMapper", '~> 3.0.0'
end
s.default_subspec = 'Core'