blob: 84e95478ae94d6c61af8ff97d9ef74f8c810c658 [file] [log] [blame]
{
"name": "WBChainMenu",
"version": "0.1.0",
"summary": "This will show horizontal menu to a UITableViewCell with chain animation",
"description": "This menu will resolve a problem currently iOS devs are facing while adding multiple options in UITableViewCell. I have made this controller with the aim to help and take guidance.",
"homepage": "https://github.com/mwaqasbhati/WBChainMenu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mwaqasbhati": "m.waqas.bhati@hotmail.com"
},
"source": {
"git": "https://github.com/mwaqasbhati/WBChainMenu.git",
"tag": "0.1.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "11.0"
},
"source_files": "WBChainMenu/Classes/**/*"
}