blob: 7dced17e920f766603e27228e37df97b6ed876c4 [file] [log] [blame]
{
"name": "DKAccessoryButton",
"version": "1.0.1",
"summary": "UIButton, that looks like UITableViewCell with a detail disclosure accessory indicator.",
"description": " Sometimes you need to create only one button, that looks like a UITableViewCell with accessory indicator. Users are familiar with this control and they know that if they click it, something should appear. For example, it can be used in different forms to select something after user taps a button. Using a UITableView with one section and cell is too complex approach if you need only one such button. Even if you need some more such buttons, you can use this solution to make code a little simpler.\n",
"homepage": "https://github.com/wzbozon/DKAccessoryButton",
"screenshots": "https://raw.github.com/wzbozon/DKAccessoryButton/master/DKAccessoryButton.png",
"license": "MIT",
"authors": {
"Denis Kutlubaev": "kutlubaev.denis@gmail.com"
},
"source": {
"git": "https://github.com/wzbozon/DKAccessoryButton.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "DKAccessoryButton/*.{h,m}",
"resources": "DKAccessoryButton/Assets/*.png"
}