blob: d7422f0bd1a77cd7a01348ea63dc6a12b4e5bb59 [file] [log] [blame]
{
"name": "UISidebarViewController",
"version": "1.0.0",
"summary": "Simplest darn iOS sidebar menu implementation ever. Clean, simple, sidebar panel from left or right, works with rotations, supports iOS 6+.",
"homepage": "https://github.com/carlinyuen/UISidebarViewController",
"screenshots": [
"https://github.com/carlinyuen/UISidebarViewController/images/vertical1.png",
"https://github.com/carlinyuen/UISidebarViewController/images/vertical2.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
". Carlin": "email.me@carlinyuen.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/carlinyuen/UISidebarViewController.git",
"tag": "v1.0.0"
},
"requires_arc": true,
"source_files": "UISidebarViewController/*"
}