blob: 92da1af7f554a9a992645e83a33e6e27e062a9e3 [file] [log] [blame]
{
"name": "SFProgressCircle",
"version": "1.0.5",
"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": "https://github.com/sfcd/SFProgressCircle.git",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics"
],
"source_files": "Source/*.{h,m}"
}