4 "summary": "Provides code for determining the size of text.",
5 "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",
6 "homepage": "https://github.com/Resplendent/RUTextSize",
12 "Benjamin Maer": "ben@resplendent.co",
13 "Lee Pollard": "tjdet11@gmail.com",
14 "Richard Reitzfeld": "richie.reitzfeld@gmail.com"
17 "git": "https://github.com/Resplendent/RUTextSize.git",
24 "source_files": "RUTextSize/Classes/**/*",
26 "ResplendentUtilities": [