[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / c / 8 / LSRichTextEditor / 0.1.1 / LSRichTextEditor.podspec.json
blobefeb289176b4b5c60392f727ed4a65f3a6b594f2
2   "name": "LSRichTextEditor",
3   "version": "0.1.1",
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.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "LSRichTextEditor": [
23       "Pod/Assets/*.png"
24     ]
25   }