Skip to content

Commit

Permalink
Update RichEditorView.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cbess committed Oct 3, 2020
1 parent 72e04d7 commit e6e39f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RichEditorView.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }
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

Expand Down

2 comments on commit e6e39f4

@mahmutpinarbasi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @cbess,

Thanks for the valuable effort by keeping up to date original repo with this fork. I have a question, I'd be glad if you can help.

Since Apple supports override for inputAccessoryView from iOS 13.0, we're having issues on devices prior to iOS 13.0 to display RichEditorToolbar. Is there any not-hacky solutions to get over this you know?

Thanks

@cbess
Copy link
Owner Author

@cbess cbess commented on e6e39f4 Oct 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the encouragement. Sorry, I don't know how to have it properly support pre-iOS13 builds; unless you use an older tag designed for pre-iOS13.

Please sign in to comment.