| { |
| "name": "DECResizeFontToFitRect", |
| "version": "0.2.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": "0.2.0" |
| }, |
| "social_media_url": "https://twitter.com/davidcoufal", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*" |
| } |