diff --git a/RichEditorView.podspec b/RichEditorView.podspec index 9d321e94..e7a13dc5 100644 --- a/RichEditorView.podspec +++ b/RichEditorView.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "RichEditorView" - s.version = "4.0" + s.version = "4.1" s.summary = "Rich Text Editor for iOS written in Swift" s.homepage = "https://github.com/cjwirth/RichEditorView" s.license = 'BSD 3-clause' s.author = { "Caesar Wirth" => "cjwirth@gmail.com" } s.source = { :git => "https://github.com/cbess/RichEditorView.git", :tag => s.version.to_s } - s.platform = :ios, '10.0' + s.platform = :ios, '12.0' s.swift_version = '5.0' s.requires_arc = true