[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 3 / 1 / RUTextSize / 0.1.9 / RUTextSize.podspec.json
blob32092346cb89a8c6fa84fb5f846234b556fdba6b
2   "name": "RUTextSize",
3   "version": "0.1.9",
4   "summary": "Helpers for getting size of common UI components.",
5   "homepage": "https://github.com/Resplendent/RUTextSize",
6   "license": "MIT",
7   "authors": {
8     "Benjamin Maer": "ben@resplendent.co",
9     "Lee Pollard": "tjdet11@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Resplendent/RUTextSize.git",
13     "tag": "v0.1.9"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "RUTextSize": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "ResplendentUtilities": [
27       "~> 0.4.0"
28     ]
29   }