blob: 70616cc69e67cf32618fd23ff3f28e6ab54e4d00 [file] [log] [blame]
{
"name": "SwiftyFontIcon",
"version": "0.1.0",
"summary": "Use font icons in a readable and easy way.",
"description": "Use font icons in an readable and easy way!\nFontAwesome and Google Design Icons Are Included.",
"homepage": "https://github.com/mohn93/SwiftyFontIcon",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mohn93": "mohn93@gmail.com"
},
"source": {
"git": "https://github.com/mohn93/SwiftyFontIcon.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftyFontIcon/Classes/**/*",
"swift_versions": [
"4.0",
"5.0"
],
"resource_bundles": {
"SwiftyFontIcon": [
"SwiftyFontIcon/Assets/*.ttf"
]
},
"swift_version": "5.0"
}