Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tilucasoli/ObjectiveChart i…
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
tilucasoli committed Jul 28, 2021
2 parents 083614c + 543449a commit 90acf20
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
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

0 comments on commit 90acf20

Please sign in to comment.