From 3071df7f1bc0517d3f5160346259e5df930dab5d Mon Sep 17 00:00:00 2001 From: Caesar Wirth Date: Sat, 17 Jun 2017 14:26:53 -0400 Subject: [PATCH] Update podspec to 4.0.0 for incompatible Swift 3 change --- RichEditorView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RichEditorView.podspec b/RichEditorView.podspec index 2236c2f9..907ed508 100644 --- a/RichEditorView.podspec +++ b/RichEditorView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RichEditorView" - s.version = "3.2.0" + s.version = "4.0.0" s.summary = "Rich Text Editor for iOS written in Swift" s.homepage = "https://github.com/cjwirth/RichEditorView" s.license = 'BSD 3-clause'