| { |
| "name": "SteppedViewController", |
| "version": "1.2.0", |
| "summary": "SteppedViewController is just a simple Material UI utility Module", |
| "description": "This module contains the tab bar controller with a circular button at center", |
| "homepage": "https://github.com/prashantLalShrestha/SteppedViewController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Prashant Shrestha": "prashantlurvs@gmail.com" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source": { |
| "git": "https://github.com/prashantLalShrestha/SteppedViewController.git", |
| "tag": "1.2.0" |
| }, |
| "source_files": "Sources/**/*.{swift}", |
| "swift_versions": "5.0", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "dependencies": { |
| "CocoaUI": [ |
| |
| ], |
| "FlexibleSteppedProgressBar": [ |
| |
| ] |
| }, |
| "swift_version": "5.0" |
| } |