blob: a6e23c7e41c10cb9951796282014e0d7958c852a [file] [log] [blame]
{
"name": "MSCircularProgressView",
"version": "1.0.3",
"summary": "A spinning loading indicator with completion feedback",
"description": "A spinning loading indicator with completion feedback. Allows for determinate and indeterminate progress feedback",
"homepage": "https://www.mascomputech.com/msprogressview/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Schloss": "mschloss11@gmail.com"
},
"source": {
"git": "https://github.com/schlossm/MSProgressView.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"MSProgressView/MSProgressView.swift",
"MSProgressView/MSProgressViewCompletion.swift",
"MSProgressView/UIColor.swift",
"MSProgressView/MSProgressView.h"
],
"frameworks": "UIKit"
}