blob: db8411fe79d07508924e9b0abdac4324a5790149 [file] [log] [blame]
{
"name": "FAButton",
"version": "0.0.1",
"summary": "Font Awesome UIButton.",
"description": "UIButton with Font Awesome support.",
"homepage": "https://github.com/AYastrebov/FAButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrey Yastrebov": "ayastrebov@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/AYastrebov/FAButton.git",
"tag": "0.0.1"
},
"source_files": "FAButton/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": "QuartzCore",
"requires_arc": true,
"dependencies": {
"FontAwesomeKit": [
"~> 2.1.0"
]
}
}