blob: 85d1ad502bcb22b37c111fe8d87cb87401c5c7f7 [file] [log] [blame]
{
"name": "STDButton",
"version": "0.0.1",
"summary": "An Apple style button for iOS.",
"description": " An Apple style button for iOS.\n Bordered with the tint color, and filled with the color when it pressed.\n",
"license": "MIT",
"homepage": "https://github.com/manicmaniac/STDButton",
"authors": {
"Ryosuke Ito": "rito.0305@gmail.com"
},
"source": {
"git": "https://github.com/manicmaniac/STDButton.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/STDButton.h",
"frameworks": "UIKit"
}