blob: 2373090d23e40b2a199838669c196895a6bd4016 [file] [log] [blame]
{
"name": "FontKit",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Icon font library for iOS written on swift. Currently supports Weather Icons",
"homepage": "https://github.com/YevheniiPylypenko/FontKit",
"authors": {
"Yevhenii Pylypenko": "yevhenii.pylypenko@gmail.com"
},
"source": {
"git": "https://github.com/YevheniiPylypenko/FontKit.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FontKit/*.{swift}",
"resource_bundles": {
"FontKit": "FontKit/*.ttf"
},
"frameworks": [
"UIKit",
"CoreText"
],
"requires_arc": true
}