| { |
| "name": "SwiftSideMenu", |
| "version": "1.0.2", |
| "summary": "Swift-SideMenu", |
| "description": "Simple customizable Swift sidemenu", |
| "homepage": "https://github.com/chrigu1981/SwiftSideMenu", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Christian Steck": "christian.steck@oncom.ch" |
| }, |
| "source": { |
| "git": "https://github.com/chrigu1981/SwiftSideMenu.git" |
| }, |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source_files": "SideMenu/Menu/**/*.{h,m,swift}", |
| "dependencies": { |
| "PureLayout": [ |
| |
| ] |
| }, |
| "requires_arc": true, |
| "frameworks": "UIKit", |
| "swift_version": "5.0" |
| } |