From 73c6bc0fda9d039d6cd45fc8bcb87c027de45eaa Mon Sep 17 00:00:00 2001 From: robcas3 Date: Thu, 18 Oct 2018 13:11:20 +0200 Subject: [PATCH] Updated RxGesture dependency version Updated RxGesture dependency version to fix Xcode 10 compilation error --- CardParts.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CardParts.podspec b/CardParts.podspec index cc799870..a15491bf 100644 --- a/CardParts.podspec +++ b/CardParts.podspec @@ -31,6 +31,6 @@ CardParts is an iOS Card UI framework that uses MVVM and automatic data binding s.dependency 'RxSwift', '~> 4.0' s.dependency 'RxCocoa', '~> 4.0' s.dependency 'RxDataSources', '~> 3.0' - s.dependency 'RxGesture', '~> 1.2' + s.dependency 'RxGesture', '~> 2.0' end