blob: 80a9e258dd9b31d78d9a8fd0c5a420ae784b03bf [file] [log] [blame]
{
"name": "OHAttributedStringAdditions",
"version": "1.1.0",
"summary": "Categories on NSAttributedString to add a lot of very useful convenience methods.",
"description": "This pod contains categories on `NSAttributedString` to add a lot of very useful\nconvenience methods to manipulate attributed strings.\n\nThe includes convenience methods to:\n * set attributes on a given range\n * get attributes at a given index\n\nConvenience methods are available for a lot of common attributes, including:\n * Fonts\n * Text Foreground and Background Colors\n * Text Style (bold, italics, underline)\n * Links (URLs)\n * Baseline offset, subscript, superscript\n * Text alignment, linebreak mode, character spacing\n * Paragraph Style (text indent, linespacing, …)\n * etc.\n",
"homepage": "https://github.com/AliSoftware/OHAttributedStringAdditions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Olivier Halligon": "olivier@halligon.net"
},
"social_media_url": "http://twitter.com/aligatr",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/AliSoftware/OHAttributedStringAdditions.git",
"tag": "1.1.0"
},
"source_files": "Source/**/*.{h,m}",
"public_header_files": "Source/**/*.h",
"requires_arc": true
}