blob: 8a3905de835ed6cdbf58295e483440091f481b15 [file] [log] [blame]
{
"name": "ProgressStepView",
"version": "1.0.0",
"summary": "A library for progress view with steps, labels and animations.",
"homepage": "https://github.com/gustavoSAS/ProgressStepView",
"requires_arc": true,
"license": "MIT",
"authors": {
"Gustavo Storck": "gustavo.storck1@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/gustavoSAS/ProgressStepView.git",
"tag": "1.0.0"
},
"source_files": [
"ProgressStepView",
"ProgressStepView/**/*.{swift}"
],
"resource_bundles": {
"ProgressStepView": [
"ProgressStepView/**/*.{xcassets}"
]
},
"swift_versions": [
"4.2",
"5",
"5"
],
"swift_version": "5"
}