blob: a369019b37dc5f4124429e247c108156aed688f3 [file] [log] [blame]
{
"name": "SteppedViewController",
"version": "1.0.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.0.0"
},
"source_files": "Sources/**/*.{swift}",
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"CocoaUI": [
],
"FlexibleSteppedProgressBar": [
]
},
"swift_version": "5.0"
}