[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 3 / 8 / b / SFRoundProgressCounterView / 0.0.6 / SFRoundProgressCounterView.podspec.json
blob213c85a446dee74f2bc4880bc278c01a52e59edb
2   "name": "SFRoundProgressCounterView",
3   "version": "0.0.6",
4   "summary": "Provides a progress bar as circle with an optional counter in the center of the circle",
5   "platforms": {
6     "ios": "7.0"
7   },
8   "license": "MIT",
9   "authors": "Thomas Winkler",
10   "homepage": "https://github.com/simpliflow/SFRoundProgressCounterView",
11   "source_files": "SFRoundProgressCounterView/*.{h,m}",
12   "source": {
13     "git": "https://github.com/simpliflow/SFRoundProgressCounterView.git",
14     "tag": "v0.0.6"
15   },
16   "frameworks": "UIKit",
17   "requires_arc": true,
18   "dependencies": {
19     "TTTAttributedLabel": [
20       "~> 1.7.1"
21     ]
22   }