blob: be4e1fd3827aa9f9983b40128e0cdde1d9c10974 [file] [log] [blame]
{
"name": "JS_MenuViewController",
"version": "1.4.0",
"summary": "A subclass of UITableView for simple menu",
"description": " A subclass of UITableView for simple menu. Adapted from André Schneider's [Popping] (https://github.com/schneiderandre/popping)\n",
"homepage": "https://github.com/mozeal/JS_MenuViewController",
"license": "MIT",
"authors": {
"mozeal": "mozeal@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mozeal/JS_MenuViewController.git",
"tag": "1.4.0"
},
"source_files": "JS_MenuViewController/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0"
]
}
}