blob: 4074101bef5ef09956553358d296c03c244fe82c [file] [log] [blame]
{
"name": "FontAwesomeForMacOS",
"version": "1.0",
"summary": "Use Font Awesome in your macOS Swift projects",
"homepage": "https://github.com/RemyDCF/FontAwesomeForMacOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Da Costa Faro Rémy": "remy@dacostafaro.com"
},
"social_media_url": "http://twitter.com/asmartcode",
"platforms": {
"osx": "10.9"
},
"source": {
"git": "https://github.com/RemyDCF/FontAwesomeForMacOS.git",
"tag": "1.0"
},
"source_files": "FontAwesomeForMacOS/*.{swift}",
"resource_bundles": {
"FontAwesomeForMacOS.swift": "FontAwesomeForMacOS/*.otf"
},
"frameworks": [
"Cocoa",
"CoreText"
]
}