blob: b89c4d5821a948ce92583d697357e0e29f948531 [file] [log] [blame]
{
"name": "StepIndicator",
"version": "1.0.7.1",
"summary": "An iOS Step Indicator Library.",
"description": "StepIndicator is an iOS library that indicates steps in an animated way.",
"homepage": "https://github.com/chenyun122/StepIndicator",
"screenshots": "https://raw.githubusercontent.com/chenyun122/StepIndicator/master/Screenshots/Screenshot.png",
"license": "MIT",
"authors": {
"Yun Chen": "chenyun122@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/chenyun122/StepIndicator.git",
"tag": "1.0.7.1"
},
"source_files": [
"StepIndicator",
"StepIndicator/**/*.swift"
],
"resource_bundles": {
"StepIndicator": [
"StepIndicator/**/*.xcassets"
]
},
"swift_versions": [
"4",
"4.2",
"5",
"5"
],
"swift_version": "5"
}