blob: 2b8ca514713c482f8b9ffa260a328bc971bc1ea7 [file] [log] [blame]
{
"name": "SQRichTextEditor",
"version": "1.0.0",
"summary": "A rich text WYSIWYG editor for iOS base on Squire.",
"description": "A rich text WYSIWYG editor for iOS, which is based on Squire using HTML5 and javascript.",
"homepage": "https://github.com/OneupNetwork/SQRichTextEditor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yuwei Lin": "jesse@gamer.com.tw"
},
"source": {
"git": "https://github.com/OneupNetwork/SQRichTextEditor.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"source_files": "SQRichTextEditor/Classes/*",
"resources": "SQRichTextEditor/Assets/Editor/*",
"frameworks": [
"UIKit",
"WebKit"
]
},
"swift_versions": "5.1",
"swift_version": "5.1"
}