blob: 23bcf357a4694fe7e01aea837f1f1c5244c5e8fd [file] [log] [blame]
{
"name": "UIDefaultFont",
"version": "1.0.0",
"summary": "Replace the system font in the whole app easily",
"description": "Replace the system font in the whole app easily.\nThis micro libray is simply just a swizzle of the default UIFont method, regarding system font.\nWe UIDefaultFont you can replace the default system font with a couple of lines.",
"homepage": "https://github.com/gaelfoppolo/UIDefaultFont",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gaël Foppolo": "me@gaelfoppolo.com"
},
"social_media_url": "http://twitter.com/gaelugio",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/gaelfoppolo/UIDefaultFont.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*",
"documentation_url": "https://gaelfoppolo.github.io/UIDefaultFont",
"pushed_with_swift_version": "4.0"
}