blob: aae907e459c92a0365f479dc72e011833e8bf0e1 [file] [log] [blame]
{
"name": "Font",
"version": "0.2.0",
"summary": "Working with UIFont for custom fonts sucks—especially Dynamic Type. Font makes things easier.",
"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",
"homepage": "https://github.com/adamyanalunas/Font",
"license": "MIT",
"authors": {
"Adam Yanalunas": "adam@yanalunas.com"
},
"source": {
"git": "https://github.com/adamyanalunas/Font.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}