blob: 7044464aeed53b34a1738b105e8fd243919bb8be [file] [log] [blame]
{
"name": "ProgressingView",
"version": "1.2",
"summary": "Drop-in component that allows fancy progress views with gradients fully designable in right in the storyboard.",
"description": "This is a drop-in component that implements a progress view with fancy gradients or plain old solid colors.\nIt allows the user to visually pick the colors for both background and foreground\ngradients within the Storyboard. Just drop a view into your storyboard, set the\nclass to ProgressingView and you are ready to play with colors.",
"homepage": "https://github.com/chupakabr/ProgressingView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Kremer": "godexsoft@gmail.com",
"Valera Chevtaev": "myltik@gmail.com"
},
"source": {
"git": "https://github.com/chupakabr/ProgressingView.git",
"tag": "1.2"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source_files": "ProgressingView/Classes/**/*",
"frameworks": "UIKit"
}