| { |
| "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/*" |
| } |