blob: e2303ae7d8b294686419029ab5651c05c7d0ed30 [file] [log] [blame]
{
"name": "FontInjector",
"version": "0.1.0",
"summary": "The framework that allow easy custom font installation to iOS application and also support dynamic font size.",
"description": "The framework that allow easy custom font installation to iOS application and also support dynamic font size. The installation will not require info.plist modification. It also provide easy access to custom font without specify font name everytimes.",
"homepage": "https://github.com/tpeodndyy/font-injector",
"license": "MIT",
"authors": "Peera Kerdkokaew",
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/tpeodndyy/font-injector.git",
"tag": "0.1.0"
},
"source_files": "FontInjector/*.swift"
}