[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / e / d / RichTextEditor / 1.1.1 / RichTextEditor.podspec.json
blob8dae81e34eff65df2185c22c4140d10d0e800e5c
2   "name": "RichTextEditor",
3   "version": "1.1.1",
4   "summary": "A basic RichTextEditor package to use in iOS Webview",
5   "description": "A RichTextEditor having basic editing options from Bold, Italic, strik-through to Indentation",
6   "homepage": "https://github.com/mahendran29/RichTextEditor.git",
7   "platforms": {
8     "ios": "14.0"
9   },
10   "authors": {
11     "mahendran29": "mithu.dar@gmail.com"
12   },
13   "frameworks": [
14     "UIKit",
15     "Foundation"
16   ],
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   },
21   "source": {
22     "git": "https://github.com/mahendran29/RichTextEditor.git",
23     "tag": "1.1.1"
24   },
25   "source_files": "Sources/RichTextEditor/*.{swift}",
26   "swift_versions": "5.0",
27   "resource_bundles": {
28     "RichTextEditor": [
29       "Sources/RichTextEditor/Resources/*.{xcassets,js,html}"
30     ]
31   },
32   "swift_version": "5.0"