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",
12 "Mehdi Sohrabi": "mehdok@gmail.com"
15 "git": "https://github.com/mehdok/TextPath.git",
21 "swift_versions": "5",
22 "source_files": "Sources/TextPath/Classes/**/*",