blob: 31ec02e579c4729717b901e6d8d5daad5e0e6125 [file] [log] [blame]
{
"name": "DECResizeFontToFitRect",
"version": "1.1.0",
"summary": "Code to calculate the optimal point size of a font to fit any given text and rect",
"description": "This pod contains a function to calculate the optimal size of font that fits a given string in any given rectangle.",
"homepage": "https://github.com/dcoufal/DECResizeFontToFitRect",
"license": "MIT",
"authors": {
"David Coufal": "dcoufal@alum.mit.edu"
},
"source": {
"git": "https://github.com/dcoufal/DECResizeFontToFitRect.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/davidcoufal",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"pushed_with_swift_version": "3.0"
}