blob: 369fde253411dcc3228bf8a28f5d27c46ad08c1a [file] [log] [blame]
{
"name": "LFProgressView",
"version": "1.3.3",
"summary": "A configurable progress view with a single color setter written in CoreGraphics from LDProgressView",
"description": "A flat or gradient progress view with a simple color setter and customizable options written in pure Core Graphics. Added some attributes to LDProgressView.",
"homepage": "https://github.com/superarts/LDProgressView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Light Design": "lightdesigncoding@icloud.com",
"Christian Di Lorenzo": "rcddeveloper@icloud.com",
"Leo": "leo@superarts.org"
},
"source": {
"git": "https://github.com/superarts/LDProgressView.git",
"tag": "1.3.3"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"LDProgressView/LFProgressView.*",
"LDProgressView/LDProgressView.*",
"LDProgressView/UIColor+RGBValues.*"
],
"frameworks": "CoreGraphics",
"requires_arc": true
}