2 "name": "FontAwesomeIconFactory",
4 "summary": "Create icons using the resolution-independent Font Awesome.",
5 "description": " A factory for turning Font Awesome pictograms into icon\n images for user interface controls and buttons. Works for\n iOS and OS X.\n\n Font Awesome by Dave Gandy -\n http://fortawesome.github.com/Font-Awesome\n",
6 "homepage": "https://nschum.github.com/FontAwesomeIconFactory/",
9 "Nikolaj Schumacher": "me@nschum.de"
12 "git": "https://github.com/nschum/FontAwesomeIconFactory.git",
20 "source_files": "*.{h,m}",
22 "source_files": "iOS/*.{h,m}",
23 "exclude_files": "**/*+OSX.*",
24 "public_header_files": "iOS/*.h",
31 "source_files": "OSX/*.{h,m}",
32 "exclude_files": "**/*+iOS.*",
33 "public_header_files": "OSX/*.h",
40 "public_header_files": [
41 "FontAwesomeIconFactory.h",
42 "NIKFontAwesomeIconFactory*.h",
43 "NIKFontAwesomeIcon.h",
44 "NIKFontAwesomeIconTraits.h"
46 "resources": "Font-Awesome/fonts/FontAwesome.otf",