blob: 1f41725b8e138bf1d8b66ffd249c55b1bf3e1a1e [file] [log] [blame]
{
"name": "SRVPickerButton",
"version": "1.0.0",
"summary": "A UIButton that presents a picker view for input.",
"description": "SRVPickerButton allows you to have buttons that present a picker for input, similar to a drop down field on a website.",
"homepage": "https://github.com/samvoigt/SRVPickerButton",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Sam Voigt": "sam.voigt@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/samvoigt/SRVPickerButton.git",
"tag": "1.0.0"
},
"source_files": "SRVPickerButton/*.{h,m}",
"requires_arc": true
}