blob: 3a06a4cb21292b138c19dd5af955e8c371253d7e [file] [log] [blame]
{
"name": "RUTextSize",
"version": "0.1.12",
"summary": "Provides code for determining the size of text.",
"description": "Provides code for determining the size of text.\n* RUAttributesDictionaryBuilder: Used for setting text-related attributes, and create an attributes dictionary with the proper iOS keys and values, given the properties set.\n* NSString+RUTextSize: Gets size of an NSString.\n* NSAttributedString+RUTextSize: Gets size of an NSAttributedString.\n\nProvides category methods on common text-related UI components to get their text sizes.\n* UILabel+RUTextSize\n* UIButton+RUTextSize\n* UITextField+RUTextSize\n* UITextView+RUTextSize\n\nAlso provides category methods for absorbing the properties set on an instance of `RUAttributesDictionaryBuilder`.\n* UILabel+RUAttributesDictionaryBuilder",
"homepage": "https://github.com/Resplendent/RUTextSize",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benjamin Maer": "ben@resplendent.co",
"Lee Pollard": "tjdet11@gmail.com"
},
"source": {
"git": "https://github.com/Resplendent/RUTextSize.git",
"tag": "v0.1.12"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "RUTextSize/Classes/**/*",
"dependencies": {
"ResplendentUtilities": [
"~> 0.5.0"
]
}
}