[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 3 / 1 / RUTextSize / 0.1.11 / RUTextSize.podspec.json
blob94bd47139f36e942580bfa10bab09ba1335b58d1
2   "name": "RUTextSize",
3   "version": "0.1.11",
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.11"
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   }