blob: 040d242ee536192ab20903c467c8f83557303572 [file] [log] [blame]
{
"name": "UIFontWDCustomLoader",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An iOS custom font loader",
"homepage": "https://github.com/daktales/UIFontWDCustomLoader",
"authors": {
"Walter Da Col": "walter.dacol@gmail.com"
},
"description": " Allow developers to load custom fonts at runtime. No more plist and no more search for font postscript names.\n Just drag & drop and use them.\n",
"screenshots": "https://raw.github.com/daktales/UIFontWDCustomLoader/master/Media/Screenshot-iOS7.png",
"platforms": {
"ios": "4.1"
},
"source": {
"git": "https://github.com/daktales/UIFontWDCustomLoader.git",
"tag": "0.1.0"
},
"source_files": "UIFontWDCustomLoader/**/*.{h,m}",
"public_header_files": "UIFontWDCustomLoader/**/*.h",
"frameworks": "CoreText",
"requires_arc": true
}