blob: d2e90c048d6f6e0fdc46dc6fa5a1dcda6a39a763 [file] [log] [blame]
{
"name": "DHStyleString",
"version": "0.2.0",
"summary": "An easy way to created styled NSAttributedString objects.",
"description": " Create a stylespec (similar to CSS) and then apply it to\n single strings, multiline strings, or just embed style\n tags in a large set of text. Result is a NSAttributedString.\n Much easier than trying to create all of the style dictionaries\n by hand.\n",
"homepage": "http://github.com/davidahouse/DHStyleString",
"license": "MIT",
"authors": {
"David House": "davidahouse@gmail.com"
},
"source": {
"git": "https://github.com/davidahouse/DHStyleString.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/davidahouse",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes"
}