blob: 53c1201a2bcb03f6a1cb8031358c6acc40b09f6b [file] [log] [blame]
{
"name": "StepIndicator",
"version": "1.0.6",
"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.6"
},
"source_files": [
"StepIndicator",
"StepIndicator/**/*.swift"
],
"resource_bundles": {
"StepIndicator": [
"StepIndicator/**/*.xcassets"
]
}
}