blob: 27e59a725ae67dc06766cf8c7ec4f0c5478f8e4d [file] [log] [blame]
{
"name": "UIFontComplete",
"version": "2.0.0",
"summary": "Make working with UIFont faster and less error-prone",
"description": "Make working with UIFont faster and less error-prone\nThis mico library is simply just one giant `Font` enum \nthat can be used in place of raw Strings when choosing a font \ntype to use. \nUse code completion of the enum case to see available fonts, \nmake runtime crashes due to font name typos near impossible!",
"homepage": "https://github.com/Nirma/UIFontComplete",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicholas Maccharoli": "nmaccharoli@gmail.com"
},
"source": {
"git": "https://github.com/Nirma/UIFontComplete.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "3.1"
}