blob: 5e1987a56595e9e40e6f0282b05b1a8ae8806a41 [file] [log] [blame]
{
"name": "SFProgressCircle",
"version": "1.0.1",
"summary": "A circular gradient progress view implementation for iOS (supports partial circle)",
"description": "A circular gradient progress view implementation for iOS (supports partial circle)\n* Perfect circular gradient.\n* Possibility to set both startColor and endColor.\n* Possibility to set both startAngle and endAngle.\n* Possibility to set lineWidth.\n* Possibility to set progress with or without animation.",
"homepage": "http://sfcd.com",
"screenshots": "https://raw.githubusercontent.com/sfcd/SFProgressCircle/master/Example/Resources/scr.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SFÇD": "developers@softfacade.com"
},
"source": {
"git": "https://github.com/sfcd/SFProgressCircle.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*",
"frameworks": [
"UIKit",
"QuartzCore"
]
}