blob: b4567d2d6bbdecae0e577f56f143379681139457 [file] [log] [blame]
{
"name": "Swicon",
"version": "0.92",
"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.92"
},
"source_files": "Swicon/Swicon/*.{swift}",
"resource_bundles": {
"Swicon": "Swicon/Swicon/*.ttf"
},
"frameworks": [
"UIKit",
"CoreText"
]
}