blob: f4f67526eecebea58dc87cc305c2e1be7a28d8a7 [file] [log] [blame]
{
"name": "FontAwesomeIconFactory",
"version": "2.0.1",
"summary": "Create icons using the resolution-independent Font Awesome.",
"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",
"homepage": "https://nschum.github.com/FontAwesomeIconFactory/",
"license": "OFL/MIT",
"authors": {
"Nikolaj Schumacher": "me@nschum.de"
},
"source": {
"git": "https://github.com/nschum/FontAwesomeIconFactory.git",
"tag": "2.0.1",
"submodules": "true"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "*.{h,m}",
"ios": {
"source_files": "iOS/*.{h,m}",
"exclude_files": "**/*+OSX.*",
"public_header_files": "iOS/*.h",
"frameworks": [
"CoreText",
"CoreGraphics"
]
},
"osx": {
"source_files": "OSX/*.{h,m}",
"exclude_files": "**/*+iOS.*",
"public_header_files": "OSX/*.h",
"frameworks": [
"CoreText",
"CoreGraphics",
"ApplicationServices"
]
},
"public_header_files": [
"FontAwesomeIconFactory.h",
"NIKFontAwesomeIconFactory*.h",
"NIKFontAwesomeIcon.h",
"NIKFontAwesomeIconTraits.h"
],
"resources": "Font-Awesome/fonts/FontAwesome.otf",
"requires_arc": true
}