blob: 9b173afce43682a6303c07e2354b1b103db7cb6c [file] [log] [blame]
{
"name": "Elefont",
"version": "1.0.2",
"swift_version": "4.2",
"summary": "Load fonts in your iOS app without any hassle.",
"homepage": "https://github.com/mihaicristiantanase/Elefont",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mihai Cristian Tanase": "mihaicristian.tanase@gmail.com"
},
"description": "Load fonts from main Bundle, custom Bundle or any local path on the device with only one line.",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/mihaicristiantanase/Elefont.git",
"tag": "1.0.2"
},
"source_files": "Sources/",
"requires_arc": true
}