blob: 9c5376bd4d9b210b7c5666ac710359cbd7ceb671 [file] [log] [blame]
{
"name": "Slash",
"version": "0.1",
"summary": "A simple, extensible, language for styling attributed strings.",
"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",
"homepage": "https://github.com/chrisdevereux/Slash",
"license": {
"type": "MIT",
"file": "LICENCE"
},
"authors": {
"Chris Devereux": "devereux.chris@gmail.com"
},
"source": {
"git": "https://github.com/chrisdevereux/Slash.git",
"tag": "0.1"
},
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"public_header_files": [
"Slash/Slash.h",
"Slash/SLSMarkupParser.h",
"Slash/SLSErrors.h"
],
"requires_arc": true,
"subspecs": [
{
"name": "arc",
"source_files": [
"Slash/SLSMarkupParser.m",
"Slash/SLSTaggedRange.m",
"Slash/*.h"
]
},
{
"name": "no-arc",
"source_files": [
"Slash/SLSTagParser.m",
"Slash/SLSTagLexer.gen.m",
"Slash/SLSTagParser.gen.m",
"Slash/*.h"
],
"requires_arc": false
}
]
}