blob: 2e7c3ef20795b4e7473a39a27bc14a8dbdcac048 [file] [log] [blame]
{
"name": "YNDropDownMenu",
"version": "2.0.1",
"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": "younatics@gmail.com",
"source": {
"git": "https://github.com/younatics/YNDropDownMenu.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YNDropDownMenu/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "echo \"3.0\" > .swift-version"
}