blob: 88249a860ecb022e957a4ee2086e4a274d016643 [file] [log] [blame]
{
"name": "LSRichTextEditor",
"version": "0.1.4",
"summary": "An iOS rich text editor with markup code parsing component.",
"description": "The rich text component extends the UITextView by adding formatting attributes to selected ranges or typed letters. A toolbar is providing buttons for the according formatting features. The additional parser implementation provides transformation feature for markup languages, currently is only BBCode supported. Additionally, a markup encoded string can be exported from the formatted text.",
"homepage": "https://www.lshift.de",
"screenshots": "https://raw.githubusercontent.com/lshift-de/LSRichTextEditor/master/LSRichTextEditor.png",
"license": "Apache2",
"authors": {
"Peter Lieder": "peter@lshift.de"
},
"source": {
"git": "https://github.com/lshift-de/LSRichTextEditor.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit"
]
}