$ touch Cartfile
$ open -a Xcode Cartfile
2. List all needed frameworks in Cartfile like below
github "mxcl/PromiseKit" "6.8.4"
github "onevcat/Kingfisher" "5.3.1"
github "ReactiveX/RxSwift" "4.5.0"
github "Swinject/Swinject" "2.6.0"
github "Swinject/SwinjectAutoregistration" "2.6.0"
github "Swinject/SwinjectStoryboard"
and run
carthage update --no-use-binaries
