-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/tilucasoli/ObjectiveChart i…
…nto main
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
![Objective Chart](https://user-images.githubusercontent.com/62367544/127322215-bc1e1a9f-ffd6-49cc-b0b7-248d4da149fd.png) | ||
|
||
![Release Tag](https://img.shields.io/github/v/tag/tilucasoli/ObjectiveChart?color=gre&label=Release) | ||
![SPM Tag](https://img.shields.io/badge/Swift_Package_Manager-Compatible-orange?style=flat) | ||
|
||
## Introduction | ||
|
||
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. | ||
|
||
## Installation | ||
|
||
In your Xcode tool bar, follow the following steps to install the dependency. | ||
```path | ||
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 | ||
|
||
## Sample | ||
|
||
A sample project is available in Swift in the following repository: https://github.com/Silmunia/ObjectiveChartExample |