blob: 2e65f8b97e6533e04163ca04df63ae357ec9880f [file] [log] [blame]
{
"name": "UICircleProgressView",
"version": "0.5.1",
"summary": "An AppStore like download-progress circle-indicator view.",
"description": "An Apple AppStore like download-progress indicator.\nShows a progress-circle which changes according to the current status and progress into a full circle.",
"homepage": "https://github.com/ricwein/CircleProgressView",
"screenshots": [
"https://raw.githubusercontent.com/ricwein/CircleProgressView/master/images/old/downloading.png",
"https://raw.githubusercontent.com/ricwein/CircleProgressView/master/images/old/success.png",
"https://raw.githubusercontent.com/ricwein/CircleProgressView/master/images/new/downloading.png",
"https://raw.githubusercontent.com/ricwein/CircleProgressView/master/images/new/waiting.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Richard Weinhold": "git@ricwein.com"
},
"source": {
"git": "https://github.com/ricwein/CircleProgressView.git",
"tag": "0.5.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "UICircleProgressView/Classes/**/*",
"frameworks": "UIKit"
}