[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / d / 0 / f / JS_MenuViewController / 1.6.0 / JS_MenuViewController.podspec.json
blob2bb492dd80f8a044205552d3c04c0234f7a2cf2f
2   "name": "JS_MenuViewController",
3   "version": "1.6.0",
4   "summary": "A subclass of UITableView for simple menu",
5   "description": "                   A subclass of UITableView for simple menu. Adapted from AndrĂ© Schneider's [Popping] (https://github.com/schneiderandre/popping)\n",
6   "homepage": "https://github.com/mozeal/JS_MenuViewController",
7   "license": "MIT",
8   "authors": {
9     "mozeal": "mozeal@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/mozeal/JS_MenuViewController.git",
16     "tag": "1.6.0"
17   },
18   "source_files": "JS_MenuViewController/*.{h,m}",
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "pop": [
26       "~> 1.0"
27     ]
28   }