blob: ef6ec3f8aafa4f1da8353fedde55561321bb4932 [file] [log] [blame]
{
"name": "FlowingMenu",
"version": "3.1.0",
"license": "MIT",
"summary": "Interactive view transition to display menus with flowing and bouncing effects in Swift",
"homepage": "https://github.com/yannickl/FlowingMenu.git",
"social_media_url": "https://twitter.com/yannickloriot",
"authors": {
"Yannick Loriot": "contact@yannickloriot.com"
},
"source": {
"git": "https://github.com/yannickl/FlowingMenu.git",
"tag": "3.1.0"
},
"screenshots": "http://yannickloriot.com/resources/flowingmenu.gif",
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"UIKit",
"QuartzCore"
]
},
"source_files": "Sources/*.swift",
"requires_arc": true
}