| { |
| "name": "SFProgressCircle", |
| "version": "1.0.6", |
| "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.6" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "QuartzCore", |
| "CoreGraphics" |
| ], |
| "source_files": "Source/*.{h,m}" |
| } |