[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 8 / b / SFRoundProgressCounterView / 0.0.3 / SFRoundProgressCounterView.podspec.json
blob7694c24b9e1c409ce091b3a89b3b8b927066b22e
2   "name": "SFRoundProgressCounterView",
3   "version": "0.0.3",
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.3"
15   },
16   "frameworks": "UIKit",
17   "requires_arc": true,
18   "dependencies": {
19     "TTTAttributedLabel": [
20       "~> 1.7.1"
21     ]
22   }