| { |
| "name": "AERightMenuWindow", |
| "version": "0.0.2", |
| "summary": "A generic approach to show view controller as side right menu in iOS", |
| "description": "Utilize UIWindow to show a view controller as a right side menu. You can specify the width percentage of menu view related to the full screen.\nAlso, you can set the dropback color(normally it's a semi-transparent color) and the animation duration for showing the side menu.", |
| "homepage": "https://github.com/canicelebrate/AERightMenuWindow", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "William Wang": "canicelebrate@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/canicelebrate/AERightMenuWindow.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "RightMenuCore/*.{h,m}", |
| "dependencies": { |
| "PureLayout": [ |
| |
| ] |
| } |
| } |