[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 6 / 3 / 2 / DWNavMenu / 1.0.1 / DWNavMenu.podspec.json
blob0c6452a290a1f63df24784a31a259fc3c1038416
2   "name": "DWNavMenu",
3   "version": "1.0.1",
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.1"
17   },
18   "source_files": "DWNavMenu/*.{h,m}",
19   "public_header_files": "DWNavMenu/*.h",
20   "requires_arc": true