blob: aae8b8829b6f4e97a3e7f2e1906a9c0b49cd7a35 [file] [log] [blame]
{
"name": "FontAwesomeKit",
"version": "1.1.4",
"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.1.4"
},
"platforms": {
"ios": "5.0"
},
"ios": {
"frameworks": [
"UIKit",
"CoreText"
]
},
"source_files": [
"FontAwesomeKit",
"FontAwesomeKit/*.{h,m}"
],
"resources": "FontAwesomeKit/FontAwesome.otf",
"requires_arc": true
}