blob: 4cb4117d6f22250ba33181b535293ba32c89ec9b [file] [log] [blame]
{
"name": "PPiAwesomeButton",
"version": "1.5.2",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"summary": "UIButton category with Flat Design and extra methods to set Title+Icon from FontAwesome font",
"homepage": "https://github.com/pepibumur/PPiAwesomeButton",
"authors": {
"Pedro PiƱera": "pepibumur@gmail.com"
},
"source": {
"git": "https://github.com/pepibumur/PPiAwesomeButton.git",
"tag": "1.5.2"
},
"description": " PPiAwesomeButton is a new category for UIButton that implements a new flat design and extra methods to set not only the title, also Icon from FontAwesome font using external library. Moreover you'll be able to setup UIColor background for different UIButton states.\n",
"requires_arc": true,
"ios": {
"dependencies": {
"FontAwesome+iOS": [
]
}
},
"source_files": "Control/*.{h,m}",
"exclude_files": "PPiAwesomeButton-Demo",
"frameworks": "QuartzCore",
"public_header_files": "Control/*.h"
}