[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 3 / 2 / DWNavMenu / 1.0.0 / DWNavMenu.podspec.json
blob71e8c0bb20417748e8373d1d61832a0cadce6873
2   "name": "DWNavMenu",
3   "version": "1.0.0",
4   "summary": "A highly customizable UIActionSheet style menu with simple navigation and block handling",
5   "description": "                   This class is a simple navigation menu in the style of a UIActionSheet. This class makes it easy to create seamless menu funnels using block handling and simple navigation. Includes all the features of a UIActionSheet, and all navigation handling is done internally. Also supports landscape and portrait orientation changes. All button sizes, fonts, colors, spacing, and et cetera is all customizable and can be found in the DWNavMenu header file.\n",
6   "homepage": "https://github.com/dwalker39/DWNavMenu",
7   "license": "Apache License",
8   "authors": {
9     "Derrick Walker": "derrick@mtsr-app.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/dwalker39/DWNavMenu.git",
16     "tag": "v1.0.0"
17   },
18   "source_files": "DWNavMenu/*.{h,m}",
19   "public_header_files": "DWNavMenu/*.h",
20   "requires_arc": true