blob: a639ec8788e2176ecdf2fcf16c5758d6e1f28bd2 [file] [log] [blame]
{
"name": "MSProgressSlider",
"version": "0.1.0",
"summary": "MSProgressSlider adds a second value to an UISlider",
"description": "The MSProgressSlider extends the UISlider with a second value. This value is displayed as a line behind the value line.\nIt can be used to show a loading progress.",
"homepage": "https://github.com/messeb/MSProgressSlider",
"license": "MIT",
"authors": "messeb",
"source": {
"git": "https://github.com/messeb/MSProgressSlider.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MSProgressSlider": [
"Pod/Assets/*.png"
]
}
}