blob: ab7066d37793e8f917e24edba9b5d1d4779e524e [file] [log] [blame]
{
"name": "OHAttributedStringAdditions",
"version": "1.3.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.3.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Base",
"source_files": [
"Source/OHAttributedStringAdditions.h",
"Source/{NSAttributedString,NSMutableAttributedString,UIFont}+OHAdditions.{h,m}"
]
},
{
"name": "UILabel",
"source_files": "Source/UILabel+OHAdditions.{h,m}",
"dependencies": {
"OHAttributedStringAdditions/Base": [
]
}
}
]
}