blob: e1ae5ab14db5e745bdc3d73d8994f11a9c3af0d8 [file] [log] [blame]
{
"name": "MSCircularProgressView",
"version": "1.1.0",
"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.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"MSProgressView/MSProgressView.swift",
"MSProgressView/MSProgressViewCompletion.swift",
"MSProgressView/UIColor.swift"
],
"frameworks": "UIKit"
}