[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / a / 3 / MTDropDownMenus / 0.1.0 / MTDropDownMenus.podspec.json
blob92932d60d33182e2a9075c916687673c8db5da2d
2   "name": "MTDropDownMenus",
3   "version": "0.1.0",
4   "summary": "A container for drop-down menu.",
5   "description": "A container for drop-down menu. Menu item styles can be customized, Menu content list can be customized by UIViewController.",
6   "homepage": "https://github.com/Secrimart/MTDropDownMenus",
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/MTDropDownMenus.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MTDropDownMenus/Classes/**/*",
22   "dependencies": {
23     "MTSegmentedMenus": [
24       "~> 0.1"
25     ]
26   }