blob: c392cc2b1c30a97b3d71e215f45df88ab5dadd90 [file] [log] [blame]
{
"name": "WEBBCode",
"version": "0.2.0",
"summary": "A fast SAX style parser for BBCode in Objective C with support for various transformations",
"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.",
"homepage": "https://github.com/werner77/WEBBCode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Werner Altewischer": "werner.altewischer@gmail.com"
},
"source": {
"git": "https://github.com/werner77/WEBBCode.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "6.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "WEBBCode/Classes/Core/**/*",
"public_header_files": "WEBBCode/Classes/Core/**/*.h"
},
{
"name": "HTML",
"source_files": "WEBBCode/Classes/HTML/**/*",
"public_header_files": "WEBBCode/Classes/HTML/**/*.h",
"dependencies": {
"WEBBCode/Core": [
]
}
}
]
}