[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 1 / 9 / 4 / Font / 0.4.1 / Font.podspec.json
blob366fabb04021ee1a8cdfdc0984915128a661b3d6
2   "name": "Font",
3   "version": "0.4.1",
4   "summary": "Working with UIFont for custom fonts sucks—especially Dynamic Type. Font makes things easier.",
5   "swift_version": "4.2",
6   "description": "Custom fonts are great. Swift is pretty great. But UIFont is still stringly-typed. And then there's dealing with Dynamic Type.\n\nFont allows you to deal with fonts in a strongly-typed manner with no pain when it comes to Dynamic Type.\n\n* Register your custom font and its sizes\n* Implement it\n* Register something to update the font size when the Dynamic Font size changes\n* Keep being awesome",
7   "homepage": "https://github.com/adamyanalunas/Font",
8   "license": "MIT",
9   "authors": {
10     "Adam Yanalunas": "adam@yanalunas.com"
11   },
12   "source": {
13     "git": "https://github.com/adamyanalunas/Font.git",
14     "tag": "0.4.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*"