blob: 39ef520012523b07c03a4e45e17625b6d071d9ca [file] [log] [blame]
{
"name": "SimpleCircleProgressView",
"version": "1.0.3",
"summary": "Circle progress view made in swift.",
"description": "Circle progress view made in swift. Simple customization from storyboard.",
"homepage": "https://github.com/bphenriques/CircleProgressView",
"license": {
"type": "MIT",
"file": "LICENCE.md"
},
"authors": {
"bphenriques": "brunoaphenriques@gmail.com"
},
"social_media_url": "https://www.linkedin.com/in/bphenriques",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bphenriques/CircleProgressView.git",
"tag": "1.0.3"
},
"source_files": "CircularProgressView/**/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true
}