blob: 22597ddbd64759042096ff29bdc80e7d0dfa62b5 [file] [log] [blame]
{
"name": "SwiftCircleProgressBar",
"version": "0.1",
"summary": "a circle progress bar control written in swift for ios development",
"description": "a circle progress bar control written in swift for ios development \nwritten by zoe.liu",
"homepage": "https://github.com/xdongliu123/SwiftCircleProgressBar",
"license": "MIT",
"authors": {
"xdongliu123": "xdongliu123@163.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/xdongliu123/SwiftCircleProgressBar.git",
"tag": "0.1"
},
"source_files": "SwiftCircleProgressBarDemo/CircleProgressBar/*",
"frameworks": [
"UIKit",
"QuartzCore"
],
"swift_version": "5.0"
}