[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 2 / 7 / DLWidgetMenu / 1.1 / DLWidgetMenu.podspec.json
blobac02f4e821b7949e606faaea974789eb012fed30
2   "name": "DLWidgetMenu",
3   "version": "1.1",
4   "summary": "Versatile solution for displaying widget menus. Easily adjustable with custom layouts and/or animations.",
5   "description": "                   DLWidgetMenu is a versatile solution for displaying widget menus and can easily be extended with custom layouts and/or animations\n\n                   ## Features\n\n                   DLWidgetMenu** comes with three built-in layouts:\n                   \n                   * `DLWMLinearLayout`\n                   * `DLWMRadialLayout`\n                   * `DLWMSpiralLayout`\n                   \n                   **DLWidgetMenu** uses iOS7's **spring animations** (`DLWMSpringMenuAnimator`) by default, but can easily be provided with your own **custom animations** as well (by subclassing `DLWMMenuAnimator`).\n                   \n                   **DLWidgetMenu** observes its menu items for these **gesture recognizer events**:\n                   \n                   * single tap\n                   * double tap\n                   * long press\n                   * pan\n                   * pinch\n                   \n                   and **forwards them** directly to its **delegate**.\n",
6   "homepage": "https://github.com/regexident/DLWidgetMenu",
7   "license": {
8     "type": "BSD-3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vincent Esche": "regexident@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/regexident/DLWidgetMenu.git",
19     "tag": "1.1"
20   },
21   "source_files": "DLWidgetMenu/Classes/*.{h,m}",
22   "requires_arc": true