[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / f / 3 / MTSegmentedMenus / 0.1.0 / MTSegmentedMenus.podspec.json
blobca2e10060959f81abeb6f64435f657bbbd386bbb
2   "name": "MTSegmentedMenus",
3   "version": "0.1.0",
4   "summary": "The view controller for segmented menus.",
5   "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.",
6   "homepage": "https://github.com/Secrimart/MTSegmentedMenus",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Secrimart": "secrimart@aliyun.com"
13   },
14   "source": {
15     "git": "https://github.com/Secrimart/MTSegmentedMenus.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MTSegmentedMenus/Classes/**/*",
22   "dependencies": {
23     "Masonry": [
24       "~> 1.1"
25     ]
26   }