blob: 866c9ad4702e24c20b285c796bfd4ca040f0b138 [file] [log] [blame]
{
"name": "SFRoundProgressCounterView",
"version": "0.0.1",
"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.1"
},
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"TTTAttributedLabel": [
"~> 1.7.1"
]
}
}