blob: b3b4a04d819f5ae4e7514c7c14fa0c81d229e836 [file] [log] [blame]
{
"name": "FontAwesomeKit",
"version": "1.0.1",
"summary": "Simple helper for using Font-Awesome on iOS.",
"homepage": "https://github.com/PrideChung/FontAwesomeKit",
"screenshots": "https://raw.github.com/PrideChung/FontAwesomeKit/master/screenshot.png",
"license": "MIT",
"authors": {
"Pride Chung": "pride.chung@gmail.com"
},
"source": {
"git": "https://github.com/PrideChung/FontAwesomeKit.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "5.0"
},
"ios": {
"frameworks": "CoreText"
},
"source_files": [
"FontAwesomeKit",
"FontAwesomeKit/*.{h,m}"
],
"resources": "FontAwesomeKit/FontAwesome.otf",
"requires_arc": true
}