From 9b856e8a677e486e7777a5d5e2cf2a056bba201b Mon Sep 17 00:00:00 2001 From: freak4pc Date: Tue, 14 May 2019 20:14:06 +0300 Subject: [PATCH] Update Podspec to 3.0.0 --- README.md | 2 +- RxGesture.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef5e774..4949f06 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ $ pod install Add this to `Cartfile` ``` -github "RxSwiftCommunity/RxGesture" ~> 1.1.1 +github "RxSwiftCommunity/RxGesture" ~> 3.0 ``` ```bash diff --git a/RxGesture.podspec b/RxGesture.podspec index e2cf46f..a767509 100644 --- a/RxGesture.podspec +++ b/RxGesture.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.name = "RxGesture" - s.version = "2.2.0" + s.version = "3.0.0" s.summary = "RxSwift reactive wrapper for view gestures." s.description = <<-DESC