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