Hello, I'm trying to use Moya-ObjectMapper/RxSwift with the following pods:
pod 'Alamofire', '~> 4.7'
pod 'ObjectMapper', '~> 3.0.0'
pod 'Moya/RxSwift', '~> 11.0'
pod 'Moya-ObjectMapper/RxSwift'
pod 'RxSwift', '~> 4.0'
pod 'RxCocoa', '~> 4.0'
(I am setting the platform ios version to '10.3'
When trying to install the pods, I get incompatible version for the Pod:
[!] CocoaPods could not find compatible versions for pod "Moya":
In Podfile:
Moya-ObjectMapper/RxSwift was resolved to 2.5, which depends on
Moya-ObjectMapper/Core (= 2.5) was resolved to 2.5, which depends on
Moya (~> 10.0.0)
Specs satisfying the `Moya (~> 10.0.0)` dependency were found, but they required a higher minimum deployment target.
CocoaPods could not find compatible versions for pod "ObjectMapper":
In Podfile:
Moya-ObjectMapper/RxSwift was resolved to 2.0.1, which depends on
Moya-ObjectMapper/Core (= 2.0.1) was resolved to 2.0.1, which depends on
ObjectMapper (= 2.2.0)
ObjectMapper (~> 3.0)
CocoaPods could not find compatible versions for pod "RxSwift":
In Podfile:
Moya-ObjectMapper/RxSwift was resolved to 1.0.2, which depends on
RxSwift (= 2.0.0-beta.4)
Moya/RxSwift (~> 11.0) was resolved to 11.0.2, which depends on
RxSwift (~> 4.0)
What version of each pod should I use to make it work'?
Thanks
Hello, I'm trying to use Moya-ObjectMapper/RxSwift with the following pods:
When trying to install the pods, I get incompatible version for the Pod:
What version of each pod should I use to make it work'? Thanks