remove unused import & bump version
This commit is contained in:
parent
0e4a12df48
commit
286fe1a38c
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "LeadKit"
|
||||
s.version = "0.2.0"
|
||||
s.version = "0.2.1"
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
//
|
||||
|
||||
import Alamofire
|
||||
import Mapper
|
||||
import RxSwift
|
||||
|
||||
/**
|
||||
* Struct which keeps base parameters required for api request
|
||||
|
|
|
|||
Loading…
Reference in New Issue