update dependencies

This commit is contained in:
2016-11-23 09:09:27 +03:00
parent 76b3b2f39e
commit cca8c33acc
4 changed files with 34 additions and 36 deletions
+4 -5
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LeadKit"
s.version = "0.2.5"
s.version = "0.2.6"
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"
@@ -10,9 +10,8 @@ Pod::Spec.new do |s|
s.source_files = "LeadKit/LeadKit/**/*.swift"
s.dependency "CocoaLumberjack/Swift", '~> 3.0.0'
s.dependency "RxSwift", '3.0.0-rc.1'
s.dependency "RxCocoa", '3.0.0-rc.1'
s.dependency "Alamofire", '~> 4.0.0'
s.dependency "RxAlamofire", '3.0.0-rc.1'
s.dependency "RxSwift", '3.0.1'
s.dependency "RxCocoa", '3.0.1'
s.dependency "RxAlamofire", '3.0.1'
s.dependency "ObjectMapper", '~> 2.1'
end