To run the example project, clone the repo, and run pod install
from the Example directory first.
let circleChart = ASPCircleChart(frame: CGRect(x: 0, y: 0, width: 200, height: 200))
circleChart.dataSource = dataSource
circleChart.reloadData()
ASPCircleChart is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ASPCircleChart"
Andrei-Sergiu Pitis, andy.pitis@gmail.com
ASPCircleChart is available under the MIT license. See the LICENSE file for more info.