blob: 2baa5ac078309820d71b9ea787a423dd87078c58 [file] [log] [blame]
{
"name": "YNDropDownMenu",
"version": "2.0.3",
"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.3"
},
"source_files": "YNDropDownMenu/Classes/**/*",
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"pushed_with_swift_version": "echo \"3.0\" > .swift-version"
}