blob: 9fe2ef467a08fb343132f4685062882ca43d586e [file] [log] [blame]
{
"name": "FontBlaster",
"version": "5.0.1",
"swift_versions": "5.0",
"summary": "Programmatically load custom fonts into your iOS app.",
"homepage": "https://github.com/ArtSabintsev/FontBlaster",
"license": "MIT",
"authors": {
"Arthur Ariel Sabintsev": "arthur@sabintsev.com"
},
"description": "Say goodbye to importing custom fonts via property lists as **FontBlaster** automatically imports and loads all fonts in your app's Bundle/NSBundle with one line of code.",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ArtSabintsev/FontBlaster.git",
"tag": "5.0.1"
},
"source_files": "Sources/",
"requires_arc": true,
"swift_version": "5.0"
}