[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 1 / 9 / 4 / Font / 0.4.0 / Font.podspec.json
blob8a08da8d2d7f3d2dde3669fc9a143ff65c85f85b
2   "name": "Font",
3   "version": "0.4.0",
4   "summary": "Working with UIFont for custom fonts sucks—especially Dynamic Type. Font makes things easier.",
5   "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",
6   "homepage": "https://github.com/adamyanalunas/Font",
7   "license": "MIT",
8   "authors": {
9     "Adam Yanalunas": "adam@yanalunas.com"
10   },
11   "source": {
12     "git": "https://github.com/adamyanalunas/Font.git",
13     "tag": "0.4.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "pushed_with_swift_version": "4.0"