blob: 84ce844717ad033b22655b761b1433f6d92a4588 [file] [log] [blame]
{
"name": "DropDownMenuKit",
"version": "0.8",
"summary": "UIKit drop down menu, simple yet flexible and written in Swift",
"description": "DropDownMenuKit is a custom UIKit control to show a menu attached to the navigation bar or toolbar. The menu appears with a sliding animation and can be deeply customized. For example, with icons, embedded controls, or a checkmark to denote a selected row among multiple menu cells.",
"homepage": "https://github.com/qmathe/DropDownMenuKit",
"screenshots": "http://www.quentinmathe.com/github/DropDownMenuKit/App%20History%20Menu%20-%20iPhone%205.png",
"license": "MIT",
"authors": {
"Quentin Mathé": "quentin.mathe@gmail.com"
},
"social_media_url": "http://twitter.com/quentin_mathe",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/qmathe/DropDownMenuKit.git",
"tag": "0.8"
},
"source_files": [
"*.swift",
"*.{h,m}"
],
"public_header_files": "*.h",
"resources": "*.xcassets"
}