blob: cd361ff6bbaeebab4108fbf96d4815ee8dc077ce [file] [log] [blame]
{
"name": "MKFramedButton",
"version": "0.1.0",
"summary": "A UIButton with a frame",
"description": "Set the UIButton's borderWidth and borderColor, and the MKFramedButton will handle states properly.'",
"homepage": "https://github.com/mikumi/MKFramedButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Kuck": "me@michael-kuck.com"
},
"source": {
"git": "https://github.com/mikumi/MKFramedButton.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/michaelkuckcom",
"platforms": {
"ios": "8.0"
},
"source_files": "MKFramedButton/Classes/**/*",
"dependencies": {
"ChameleonFramework": [
]
}
}