4 "summary": "A simple, extensible, language for styling attributed strings.",
5 "description": " A simple, extensible markup language for styling NSAttributedStrings. The language is similar in appearance to HTML, however the tag vocabulary and styles can be easily customized by passing a dictionary argument to the parser. \n",
6 "homepage": "https://github.com/chrisdevereux/Slash",
12 "Chris Devereux": "devereux.chris@gmail.com"
15 "git": "https://github.com/chrisdevereux/Slash.git",
18 "frameworks": "CoreText",
23 "public_header_files": [
25 "Slash/SLSMarkupParser.h",
28 "requires_arc": false,
33 "Slash/SLSMarkupParser.m",
34 "Slash/SLSTaggedRange.m",
42 "Slash/SLSTagParser.m",
43 "Slash/SLSTagLexer.gen.m",
44 "Slash/SLSTagParser.gen.m",