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