blob: 3a2f2ccb088bc7b3eb1c0e6de8f44b9c11b9e66b [file] [log] [blame]
{
"name": "YNDropDownMenu",
"version": "2.0.2",
"summary": "YNDropDownMenu is created to make drop down menu with Swift 3",
"description": "The eligible dropdown menu, written in Swift 3, appears dropdown menu to display a view of related items when a user click on the dropdown menu. You can customize dropdown view whatever you like (e.g. UITableView, UICollectionView... etc)",
"homepage": "https://github.com/younatics/YNDropDownMenu",
"screenshots": [
"https://raw.githubusercontent.com/younatics/YNDropDownMenu/master/Images/YNDropDownMenu.gif",
"https://raw.githubusercontent.com/younatics/YNDropDownMenu/master/Images/YNDropDownMenu2.gif",
"https://raw.githubusercontent.com/younatics/YNDropDownMenu/master/Images/YNDropDownMenu3.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Seungyoun Yi": "younatics@gmail.co"
},
"source": {
"git": "https://github.com/younatics/YNDropDownMenu.git",
"tag": "2.0.2"
},
"source_files": "YNDropDownMenu/Classes/**/*",
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"pushed_with_swift_version": "echo \"3.0\" > .swift-version"
}