add base network service

This commit is contained in:
2017-02-01 12:03:31 +03:00
parent c29ff18758
commit 84b4d9dc86
8 changed files with 193 additions and 9 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LeadKit"
s.version = "0.3.2"
s.version = "0.4.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"
@@ -14,4 +14,5 @@ Pod::Spec.new do |s|
s.dependency "RxCocoa", '3.0.1'
s.dependency "RxAlamofire", '3.0.0'
s.dependency "ObjectMapper", '~> 2.1'
s.dependency "Toast-Swift", '~> 2.0.0'
end