blob: 87451fe85279ca70376c0fb909b2aa78723a06c7 [file] [log] [blame]
{
"name": "YNDropDownMenu",
"version": "2.0.9",
"summary": "Awesome Dropdown menu for iOS with Swift 3",
"description": "Awesome 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.com"
},
"source": {
"git": "https://github.com/younatics/YNDropDownMenu.git",
"tag": "2.0.9"
},
"source_files": [
"YNDropDownMenu/Source/*.swift",
"YNDropDownMenu/Source/*.{h,m}"
],
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}