blob: 3d30bd0bf069a48d7bcdf88b2290b3d22eef2553 [file] [log] [blame]
{
"name": "MWButtonGroup",
"version": "0.2.1",
"summary": "a UIView subclass managing a group of buttons",
"description": " MWButtonGroup manages a group of UIButtons\n\n * can be configured for multipe or single select mode\n * button colors and some styling (fonts, lines) can be adjusted \n",
"homepage": "https://github.com/zliw/MWButtonGroup",
"screenshots": "https://raw.githubusercontent.com/zliw/MWButtonGroup/master/screenshot.png",
"license": "MIT",
"authors": {
"Martin Wilz": "github@wilz.de"
},
"source": {
"git": "https://github.com/zliw/MWButtonGroup.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/*.h"
}