blob: cd234131e8fcebcd44b7efd8b5d73c6679d62a14 [file] [log] [blame]
{
"name": "Elefont",
"version": "1.0.1",
"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.1"
},
"source_files": "Sources/",
"requires_arc": true
}