[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 1 / 7 / a / DECResizeFontToFitRect / 1.0.0 / DECResizeFontToFitRect.podspec.json
blob6cb7151c6480fb7409ef6a104f586faa27c92f9b
2   "name": "DECResizeFontToFitRect",
3   "version": "1.0.0",
4   "summary": "Code to calculate the optimal point size of a font to fit any given text and rect",
5   "description": "This pod contains a function to calculate the optimal size of font that fits a given string in any given rectangle.",
6   "homepage": "https://github.com/dcoufal/DECResizeFontToFitRect",
7   "license": "MIT",
8   "authors": {
9     "David Coufal": "dcoufal@alum.mit.edu"
10   },
11   "source": {
12     "git": "https://github.com/dcoufal/DECResizeFontToFitRect.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/davidcoufal",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*"