blob: e3487a7b366f7fb3c1868ec68ee1ea9794094183 [file] [log] [blame]
{
"name": "FontAwesomeIconFactory",
"version": "3.0",
"summary": "Create icons using the resolution-independent Font Awesome.",
"description": "A factory for turning Font Awesome pictograms into icon\nimages for user interface controls and buttons. Works for\niOS and OS X.\n\nFont Awesome by Dave Gandy -\nhttp://fortawesome.github.com/Font-Awesome",
"homepage": "https://nschum.github.com/FontAwesomeIconFactory/",
"license": "OFL/MIT",
"authors": {
"Nikolaj Schumacher": "me@nschum.de"
},
"source": {
"git": "https://github.com/nschum/FontAwesomeIconFactory.git",
"tag": "3.0",
"submodules": "true"
},
"platforms": {
"ios": "8.0",
"osx": "10.7"
},
"source_files": "FontAwesomeIconFactory/*.{h,m}",
"ios": {
"source_files": "FontAwesomeIconFactory/iOS/*.{h,m}",
"frameworks": [
"CoreText",
"CoreGraphics"
]
},
"osx": {
"source_files": "FontAwesomeIconFactory/OSX/*.{h,m}",
"frameworks": [
"CoreText",
"CoreGraphics",
"ApplicationServices"
]
},
"resources": "Font-Awesome/fonts/FontAwesome.otf"
}