[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / c / 8 / LSRichTextEditor / 0.1.4 / LSRichTextEditor.podspec.json
blob88249a860ecb022e957a4ee2086e4a274d016643
2   "name": "LSRichTextEditor",
3   "version": "0.1.4",
4   "summary": "An iOS rich text editor with markup code parsing component.",
5   "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.",
6   "homepage": "https://www.lshift.de",
7   "screenshots": "https://raw.githubusercontent.com/lshift-de/LSRichTextEditor/master/LSRichTextEditor.png",
8   "license": "Apache2",
9   "authors": {
10     "Peter Lieder": "peter@lshift.de"
11   },
12   "source": {
13     "git": "https://github.com/lshift-de/LSRichTextEditor.git",
14     "tag": "0.1.4"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ]