forked from jesiegel1/RichEditorView
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
e6e39f4
There was a problem hiding this comment.
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 displayRichEditorToolbar
. Is there any not-hacky solutions to get over this you know?Thanks
e6e39f4
There was a problem hiding this comment.
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.