ObjectiveChart is a framework developed in Objective-C to facilitate adding charts to your apps. Currently, there is support for two types of chart: line charts and pie charts.
In your Xcode tool bar, follow the following steps to install the dependency.
File > Swift Packages > Add Package Dependencies
Then paste the repository url: https://github.com/tilucasoli/ObjectiveChart and select the Main branch or the newest version
A sample project is available in Swift in the following repository: https://github.com/Silmunia/ObjectiveChartExample
Another sample in Objective-C is available in: https://github.com/Silmunia/ObjectiveChartObjCExample