[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / c / 8 / e / DKFlexibleMenu / 0.1.1 / DKFlexibleMenu.podspec.json
bloba2c0d5b958109ad50616656e3e55ebfc6eb31c3d
2   "name": "DKFlexibleMenu",
3   "version": "0.1.1",
4   "summary": "A hexagon popup menu showing around touch point.",
5   "description": "A flexible menu which displays several hexagon menu items around the touch point.\nIt will calculate whether each menu item is visible and show them at the proper place.",
6   "homepage": "https://github.com/drinking/DKFlexibleMenu",
7   "license": "MIT",
8   "authors": {
9     "drinking": "pan49@126.com"
10   },
11   "source": {
12     "git": "https://github.com/drinking/DKFlexibleMenu.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DKFlexibleMenu": [
22       "Pod/Assets/*.png"
23     ]
24   }