[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / c / 3 / 1 / RUTextSize / 0.1.16 / RUTextSize.podspec.json
blob2910dbae05b5217ed24bab4a33c35b4d8c59b145
2   "name": "RUTextSize",
3   "version": "0.1.16",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Benjamin Maer": "ben@resplendent.co",
13     "Lee Pollard": "tjdet11@gmail.com",
14     "Richard Reitzfeld": "richie.reitzfeld@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/Resplendent/RUTextSize.git",
18     "tag": "v0.1.16"
19   },
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": "RUTextSize/Classes/**/*",
25   "dependencies": {
26     "ResplendentUtilities": [
27       "~> 0.5.2"
28     ]
29   }