[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / d / b / ZHBDropDownListMenu / 1.0.1 / ZHBDropDownListMenu.podspec.json
blobc2da0a92f599e7ddaf4ea7fa3663d6e6a3bd30ac
2   "name": "ZHBDropDownListMenu",
3   "version": "1.0.1",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/NoPPT/ZHBDropDownListMenu",
8   "authors": {
9     "zhuang": "1041036986@qq.com"
10   },
11   "summary": "A dropdown listmenu used on iOS.",
12   "description": "It is a dropdown listmenu used on iOS, which implement by Objective-C.",
13   "source": {
14     "git": "https://github.com/NoPPT/ZHBDropDownListMenu.git",
15     "tag": "1.0.1"
16   },
17   "source_files": "ZHBDropDownListMenu/ZHBDropDownListMenu/*.{h,m}",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "CoreGraphics",
25     "UIKit"
26   ]