[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / d / 0 / f / JS_MenuViewController / 1.8.2 / JS_MenuViewController.podspec.json
blob4e03add65daa0a703ccb4015ab2aa52923f56efa
2   "name": "JS_MenuViewController",
3   "version": "1.8.2",
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.8.2"
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   }