[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / c / 3 / 1 / RUTextSize / 0.1.8 / RUTextSize.podspec.json
blob2a018daa0022c514450afaf4af07e4a89a648069
2   "name": "RUTextSize",
3   "version": "0.1.8",
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.8"
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   }