blob: a4ee64a3fb1755fda4ed8a128af2d7a73bebff47 [file] [log] [blame]
{
"name": "MTSegmentedMenus",
"version": "0.1.2",
"summary": "The view controller for segmented menus.",
"description": "The view controller for segmented menus. Tap menu to cancel selected-state. When the menu is switched, the change block is called two times.",
"homepage": "https://github.com/Secrimart/MTSegmentedMenus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Secrimart": "secrimart@aliyun.com"
},
"source": {
"git": "https://github.com/Secrimart/MTSegmentedMenus.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MTSegmentedMenus/Classes/**/*",
"dependencies": {
"Masonry": [
"~> 1.1"
]
}
}