[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 2 / 4 / TextFormater / 2.0.0 / TextFormater.podspec.json
blob8e9adbb3043c350a977edde4152dd1417e4b007a
2   "name": "TextFormater",
3   "version": "2.0.0",
4   "summary": "Convert Markup String to NSAttributedString",
5   "description": "Convert a short string with formatting commands to attributed string. For used to format label or button, or display a short paragraph with equation.",
6   "homepage": "https://github.com/1fr3dg/TextFormater",
7   "screenshots": [
8     "https://github.com/1Fr3dG/TextFormater/blob/master/screen/example.png?raw=true",
9     "https://github.com/1Fr3dG/TextFormater/blob/master/screen/exampleOSX.png?raw=true"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Alfred Gao": "alfredg@alfredg.cn"
17   },
18   "source": {
19     "git": "https://github.com/1fr3dg/TextFormater.git",
20     "tag": "2.0.0"
21   },
22   "platforms": {
23     "ios": "11.0",
24     "osx": "10.13"
25   },
26   "source_files": "Sources/*",
27   "swift_versions": "4.2",
28   "dependencies": {
29     "iosMath": [
31     ],
32     "MarkdownKit": [
34     ]
35   }