| { |
| "name": "ModularSidebarView", |
| "version": "1.0.0", |
| "summary": "A customizable side bar view.", |
| "description": "A customizable menu for displaying options on the side of the screen. This can substitute the usual navigation bar items and tool bar items.", |
| "homepage": "https://github.com/ChrishonWyllie/ModularSidebarView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ChrishonWyllie": "chrishon595@yahoo.com" |
| }, |
| "source": { |
| "git": "https://github.com/ChrishonWyllie/ModularSidebarView.git", |
| "tag": "1.0.0" |
| }, |
| "swift_versions": [ |
| "4.0", |
| "4.1", |
| "4.2", |
| "5.0", |
| "5.1" |
| ], |
| "platforms": { |
| "ios": "12.0" |
| }, |
| "source_files": "Classes/**/*", |
| "frameworks": "UIKit", |
| "swift_version": "5.1" |
| } |