blob: 95b0897b97d7d1ca70cb3b7a771e0c2d40ae5ec3 [file] [log] [blame]
{
"name": "JYDropDownMenu",
"version": "1.0.1",
"summary": "A drop-down menu list as an alternative to UIPickerView.",
"description": "JYDropDownMenu is a drop-down menu written in Swift. The title is a UIView with an embedded UILabel\nthat contains the title of the menu, and clicking on the title will drop the menu down, from\nwhich you can select the item of your choice.",
"homepage": "https://github.com/Jerry-J-Yu/JYDropDownMenu",
"license": "MIT",
"authors": {
"Jerry Yu": "jerryyu@uchicago.edu"
},
"source": {
"git": "https://github.com/Jerry-J-Yu/JYDropDownMenu.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift"
}