## Legacy UICircularProgressRing

Note: Any text in here applies only to version 6.x.x and below of this library.

## Installation

*NOTE: Objective-C support: Support for Objective-C has been dropped in version 5.0.0, use version 4 or lower if you are using Objective-C.*

### CocoaPods

1. Install [CocoaPods](https://cocoapods.org)
2. Add this repo to your `Podfile`

	```ruby
	target 'Example' do
	    # IMPORTANT: Make sure use_frameworks! is included at the top of the file
	    use_frameworks!

	    pod 'UICircularProgressRing'
	end
	```
3. Run `pod install`
4. Open up the `.xcworkspace` that CocoaPods created
5. Done!

### Carthage

To use with [Carthage](https://github.com/Carthage/Carthage)

1. Make sure Carthage is installed

	`brew install carthage`
2. Add this repo to your Cartfile

	`github "luispadron/UICircularProgressRing"`
3. Install dependencies