blob: 1d3c65dc34d04fe16cde3fb17c43a4b787966f76 [file] [log] [blame]
{
"name": "FontBlaster",
"version": "1.0.3",
"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.\n\n",
"homepage": "https://github.com/ArtSabintsev/FontBlaster",
"license": "MIT",
"authors": {
"Arthur Sabintsev": "arthur@sabintsev.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ArtSabintsev/FontBlaster.git",
"tag": "1.0.3"
},
"source_files": "FontBlaster.swift",
"requires_arc": true
}