[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 6 / 3 / 2 / DWNavMenu / 1.0.5 / DWNavMenu.podspec.json
blob5de3b496e5430007357d147902781f926f98a284
2   "name": "DWNavMenu",
3   "version": "1.0.5",
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.",
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": "9.3"
13   },
14   "source": {
15     "git": "https://github.com/dwalker39/DWNavMenu.git",
16     "tag": "v1.0.4"
17   },
18   "source_files": "DWNavMenu/*.{h,m}",
19   "public_header_files": "DWNavMenu/*.h",
20   "requires_arc": true