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