blob: 5fa934e823828ccfa887da4972bab761363d42a7 [file] [log] [blame]
{
"name": "MSButtonPanel",
"version": "1.0.0",
"summary": "A panel of UIButtons that dynamically expand and collapse when selected",
"homepage": "https://github.com/MDSilber/MSButtonPanel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mason Silber": "mdsilber1@gmail.com"
},
"source": {
"git": "https://github.com/MDSilber/MSButtonPanel.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"requires_arc": true
}