[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 3 / 1 / RUTextSize / 0.1.13 / RUTextSize.podspec.json
blob0b190a0913b096641f994e47d7506d3ffe3bb80f
2   "name": "RUTextSize",
3   "version": "0.1.13",
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   },
15   "source": {
16     "git": "https://github.com/Resplendent/RUTextSize.git",
17     "tag": "v0.1.13"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "source_files": "RUTextSize/Classes/**/*",
24   "dependencies": {
25     "ResplendentUtilities": [
26       "~> 0.5.0"
27     ]
28   }