[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / b / 1 / TextPath / 1.0.3 / TextPath.podspec.json
blobe64d2ab7883528a418c158f2893c8d6d9335daec
2   "name": "TextPath",
3   "version": "1.0.3",
4   "summary": "A library to convert NSAttributedText TO SVG path.",
5   "description": "A library to convert NSAttributedText TO SVG path.\nList of supported features:\n- [x] NSAttributedString.Key.strikethroughStyle\n- [x] NSAttributedString.Key.underlineStyle\n- [x] NSAttributedString.Key.kern\n- [x] NSAttributedString.Key.font\n- [x] NSAttributedString.Key.paragraphStyle\n- [ ] Support RTL language\n- [x] Support right alignment texts",
6   "homepage": "https://github.com/mehdok/TextPath.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mehdi Sohrabi": "mehdok@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mehdok/TextPath.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "14.0"
20   },
21   "swift_versions": "5",
22   "source_files": "Sources/TextPath/Classes/**/*",
23   "swift_version": "5"