| { |
| "name": "SidePanelMenu", |
| "version": "0.0.3", |
| "summary": "It gives an Android style side panel menu.", |
| "description": "It gives an Android style side panel menu. you can set the different properties of SideMenuView like `backGroundColor`, `separatorColor `, `separatorType `, `transparentViewMargin ` etc if you need to customize it otherwise it will take default values.", |
| "homepage": "https://github.com/pjanoti/SidePanelMenu", |
| "license": { |
| "type": "MIT", |
| "file": "FILE_LICENSE" |
| }, |
| "authors": { |
| "pjanoti@altimetrik.com": "pjanoti@altimetrik.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/pjanoti/SidePanelMenu.git", |
| "branch": "master", |
| "tag": "0.0.3" |
| }, |
| "source_files": "Classes/**/*.{swift}", |
| "resources": "Classes/**/*.{png,xib}", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |