[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 8 / 0 / 4 / JSSideSlipMenu / 0.0.1 / JSSideSlipMenu.podspec.json
blob428903381b4ef5ea323296de7d6641a992545d94
2   "name": "JSSideSlipMenu",
3   "version": "0.0.1",
4   "summary": "简单的侧滑菜单",
5   "description": "侧滑菜单的简单实现。\n[[RRSMenuRoot shareMenu] setMenuSideView:[CustomView class] withRootViewController:gestureController];",
6   "homepage": "https://github.com/johnsongs/JSSideSlipMenu",
7   "license": "MIT",
8   "authors": {
9     "Johnson": "johnson_gs@live.cn"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/johnsongs/JSSideSlipMenu.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "JSSideSlipMenu",
20     "JSSideSlipMenu/JSSideSlipMenu/*.{h,m}"
21   ],
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ]