blob: 4aed47b3b880dee72142da0a67476124dd379622 [file] [log] [blame]
{
"name": "ContourProgressView",
"version": "1.0.0",
"summary": "A progress view that follows the edges of a given frame.",
"description": "\"ContourProgressView is a UIView subclass that can be used to depict the\nprogress of a task over time. In contrast with UIProgressView, the progress line\nfollows the edges of a given frame and can be either oval or rectangular.\"",
"homepage": "http://github.com/Bajocode/ContourProgressView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fabijan Bajo": "bajo09@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Bajocode/ContourProgressView.git",
"tag": "1.0.0"
},
"source_files": [
"ContourProgressView",
"ThreeRingControl/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"pushed_with_swift_version": "3.0"
}