Skip to content

Commit 0b07164

Browse files
committed
updated pod spec and read me with latest features
1 parent 17ce51b commit 0b07164

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<img width="930" alt="mobile apps banner" src="https://github.com/canopas/rich-editor-swiftui/assets/73588408/84c94bbd-7952-45cb-9bfb-95e0687b37b0">
33

44
# RichEditorSwiftUI
5+
[![Swift](https://img.shields.io/badge/Swift-5.9-orange?style=flat-square)](https://img.shields.io/badge/Swift-5.9-Orange?style=flat-square)
6+
[![Platforms](https://img.shields.io/badge/Platforms-macOS_iOS_tvOS_watchOS_visionOS-yellowgreen?style=flat-square)](https://img.shields.io/badge/Platforms-macOS_iOS_tvOS_watchOS_vision_OS_-Green?style=flat-square)
7+
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/Alamofire.svg?style=flat-square)](https://img.shields.io/cocoapods/v/Alamofire.svg)
8+
[![Swift Package Manager](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square)](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square)
59

610
![RichEditorSwiftUI (1)](https://github.com/canopas/rich-editor-swiftui/assets/73588408/8c3013ae-8a27-4ebc-a511-51e726825c4b)
711

@@ -16,7 +20,14 @@ The editor offers the following <b>options</b>:
1620
- [x] **Bold**
1721
- [x] *Italic*
1822
- [x] <u>Underline</u>
23+
- [x] ~~Strikethrough~~
1924
- [x] Different Heading
25+
- [x] Text Alignment
26+
- [x] Font size
27+
- [x] Font color
28+
- [x] Font family
29+
- [x] Background color
30+
- [x] Export with .txt, .rtf, .pdf, .json
2031

2132
## Installation
2233

RichEditorSwiftUI.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616

1717
s.module_name = 'RichEditorSwiftUI'
1818
s.requires_arc = true
19-
s.swift_version = '5.5'
19+
s.swift_version = '5.9'
2020

2121
s.preserve_paths = 'README.md'
2222

0 commit comments

Comments
 (0)