blob: 7386ac61a192ed03a4ba013e47b4f7c37b4e8349 [file] [log] [blame]
{
"name": "EAColourfulProgressView",
"version": "0.1.0",
"summary": "A simple Progress View that allows colour changing via Interface Builder",
"description": " A progress view that generates a colour within two colours, depending on its\n its current value. All the values are customizable within Interface Builder,\n through the usage of IBInspectable, and the custom view can be seen with \n live rendering via IBDesignable.\n",
"homepage": "https://github.com/Eddpt/EAColourfulProgressView",
"license": "MIT",
"authors": {
"Edgar Antunes": "Eddpt@users.noreply.github.com"
},
"source": {
"git": "https://github.com/Eddpt/EAColourfulProgressView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"screenshots": [
"https://raw.githubusercontent.com/Eddpt/EAColourfulProgressView/master/demo.gif",
"https://raw.githubusercontent.com/Eddpt/EAColourfulProgressView/master/IBInspectable.png"
],
"requires_arc": true,
"source_files": "EAColourfulProgressView/*.{h,m}",
"frameworks": "UIKit"
}