blob: f8847d501999115a4332ae7bb419343bf04a5179 [file] [log] [blame]
{
"name": "RUTextSize",
"version": "0.1.3",
"summary": "Helpers for getting size of common UI components.",
"homepage": "https://github.com/Resplendent/RUTextSize",
"license": "MIT",
"authors": {
"Lee Pollard": "tjdet11@gmail.com"
},
"source": {
"git": "https://github.com/Resplendent/RUTextSize.git",
"tag": "v0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RUTextSize": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"ResplendentUtilities": [
"~> 0.2"
]
}
}