blob: c6e6993122652f36ab66ef042c12bebe3edda23b [file] [log] [blame]
{
"name": "Swicon",
"version": "0.81",
"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!\n Use those icons in UILabel, UIButton or parse them into an UIImage with ONE line of code.\n",
"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.81"
},
"source_files": "Swicon/Swicon/*.{swift}",
"resource_bundles": {
"Swicon": "Swicon/Swicon/*.ttf"
},
"frameworks": [
"UIKit",
"CoreText"
]
}