blob: 183cbe320554c777d8f3cb1efcad2e80eceeec8a [file] [log] [blame]
{
"name": "NTNamedFonts",
"version": "1.10",
"summary": "Extends UIFont with named font constructors so you don't end up hard-coding the font names in your app",
"homepage": "https://github.com/NagelTech/NTNamedFonts",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ethan Nagel": "eanagel@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/NagelTech/NTNamedFonts.git",
"tag": "1.10"
},
"requires_arc": true,
"source_files": "*.{h,m}"
}