blob: c6007703b653a78b1db1b10798810a04f2336840 [file] [log] [blame]
{
"name": "YNDropDownMenu",
"version": "2.1.3",
"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.1.3"
},
"source_files": [
"YNDropDownMenu/Source/*.swift",
"YNDropDownMenu/Source/*.{h,m}"
],
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}