4 "summary": "A fast SAX style parser for BBCode in Objective C with support for various transformations",
5 "description": "This is a lean and mean SAX style parser for BBCode written in Objective C/C.\n\nIt has support for output to HTML and NSAttributedString (work in progress) for simple BBCode.\n\nIt is totally pluggable and extensible to allow for full customization.",
6 "homepage": "https://github.com/werner77/WEBBCode",
12 "Werner Altewischer": "werner.altewischer@gmail.com"
15 "git": "https://github.com/werner77/WEBBCode.git",
24 "source_files": "WEBBCode/Classes/Core/**/*",
25 "public_header_files": "WEBBCode/Classes/Core/**/*.h"
29 "source_files": "WEBBCode/Classes/HTML/**/*",
30 "public_header_files": "WEBBCode/Classes/HTML/**/*.h",