- install dependencies by pod
pod 'ObjectMapper', '~> 2.2'
pod 'Alamofire', '~> 4.4'
pod 'RxSwift', '~> 3.0'
pod 'RxCocoa', '~> 3.0'
pod 'KeychainAccess'
pod 'YYCache'
- install dependencies by carthage
github "Alamofire/Alamofire" ~> 4.0
github "ReactiveX/RxSwift" ~> 3.0
github "kishikawakatsumi/KeychainAccess"
github "ibireme/YYCache"
github "Hearst-DD/ObjectMapper" ~> 2.2