blob: 32be098123e57efc380e94db05369b3628ed5b0f [file] [log] [blame]
{
"name": "ArcProgressView",
"version": "1.0.6",
"summary": "An arc based progress view that blends text color with background color.",
"description": "This view animates smoothly between given progress values. If the progress values are coming in at a high frequency, automatic value animation can be turned off. The customisable progress text blends smoothly with the background color of the view. Beside a programmatic initialization it can be fully used within a storyboard.",
"homepage": "https://github.com/nomad5modules/ArcProgressViewIOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mlostek@gmail.com": "mlostek@gmail.com"
},
"source": {
"git": "https://github.com/nomad5modules/ArcProgressViewIOS.git",
"tag": "1.0.6"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "ArcProgressView/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}