blob: 068973d5543e008c3d9015e1c7239e80d7440391 [file] [log] [blame]
{
"name": "Swicon",
"version": "0.90",
"summary": "Use 1600+ icons from FontAwesome and Google Material Icons in your iOS project in an easy and space-efficient way!",
"description": "Use 1600+ icons from FontAwesome and Google Material Icons in your iOS project in an easy and space-efficient way!\nUse those icons in UILabel, UIButton or parse them into an UIImage with ONE line of code.",
"homepage": "https://github.com/UglyTroLL/Swicon",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Zhibo Wei": "zweicmu@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/UglyTroLL/Swicon.git",
"tag": "0.90"
},
"source_files": "Swicon/Swicon/*.{swift}",
"resource_bundles": {
"Swicon": "Swicon/Swicon/*.ttf"
},
"frameworks": [
"UIKit",
"CoreText"
]
}