blob: 87011617a27d86d1aaef230ba2c97a74e77abaa2 [file] [log] [blame]
{
"name": "SwiftyFontIcon",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftyFontIcon/Classes/**/*",
"swift_versions": [
"4.0",
"5.0"
],
"resource_bundles": {
"SwiftyFontIcon": [
"SwiftyFontIcon/Assets/*.ttf"
]
},
"swift_version": "5.0"
}