[Add] RosPush 1.0.0
[CocoaPods.git] / Specs / 7 / 5 / 9 / SFProgressCircle / 1.0.5 / SFProgressCircle.podspec.json
blob92da1af7f554a9a992645e83a33e6e27e062a9e3
2   "name": "SFProgressCircle",
3   "version": "1.0.5",
4   "summary": "A circular gradient progress view implementation for iOS (supports partial circle)",
5   "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.",
6   "homepage": "https://github.com/sfcd/SFProgressCircle.git",
7   "screenshots": "https://raw.githubusercontent.com/sfcd/SFProgressCircle/master/Example/Resources/scr.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "SFÇD": "developers@softfacade.com"
14   },
15   "source": {
16     "git": "https://github.com/sfcd/SFProgressCircle.git",
17     "tag": "1.0.5"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "frameworks": [
24     "UIKit",
25     "QuartzCore",
26     "CoreGraphics"
27   ],
28   "source_files": "Source/*.{h,m}"