blob: 8fb1eaf265cfebe61ff00090ea5c3777e747dbc0 [file] [log] [blame]
{
"name": "FontBlaster",
"version": "4.1.0",
"swift_version": "4.2",
"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": "4.1.0"
},
"source_files": "Sources/",
"requires_arc": true
}