blob: 89ecb727ac5b9fca7f3fcba7649d69241852df0b [file] [log] [blame]
{
"name": "MWAwesomeFontWrappers",
"version": "0.1.1",
"summary": "a UIView subclass managing a group of buttons",
"description": " MWAwesomeFontWrappers is a collection of subclasses for providing configuration\n of Font Awesome icons in Interface Builder by misusing title attributes of the class\n in question. Currently supported are UIBarButtonItem and UITabBarItem.\n",
"homepage": "https://github.com/zliw/MWAwesomeFontWrappers",
"screenshots": "https://raw.githubusercontent.com/zliw/MWAwesomeFontWrappers/master/screenshots/screenshot.png",
"license": "MIT",
"authors": {
"Martin Wilz": "github@wilz.de"
},
"source": {
"git": "https://github.com/zliw/MWAwesomeFontWrappers.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"FontAwesomeKit/FontAwesome": [
"~> 2.1.0"
]
},
"source_files": "Classes",
"public_header_files": "Classes/*.h"
}