blob: 7694c24b9e1c409ce091b3a89b3b8b927066b22e [file] [log] [blame]
{
"name": "SFRoundProgressCounterView",
"version": "0.0.3",
"summary": "Provides a progress bar as circle with an optional counter in the center of the circle",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"authors": "Thomas Winkler",
"homepage": "https://github.com/simpliflow/SFRoundProgressCounterView",
"source_files": "SFRoundProgressCounterView/*.{h,m}",
"source": {
"git": "https://github.com/simpliflow/SFRoundProgressCounterView.git",
"tag": "v0.0.3"
},
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"TTTAttributedLabel": [
"~> 1.7.1"
]
}
}