Skip to content

Commit d953129

Browse files
authored
Update README.md
1 parent e47f8c4 commit d953129

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Version 3.0.3**, synced to [MPAndroidChart #f6a398b](https://github.com/PhilJay/MPAndroidChart/commit/f6a398b)
1+
**Version 3.0.4**, synced to [MPAndroidChart #f6a398b](https://github.com/PhilJay/MPAndroidChart/commit/f6a398b)
22

33
![alt tag](https://raw.github.com/danielgindi/Charts/master/Assets/feature_graphic.png)
44
![Supported Platforms](https://img.shields.io/cocoapods/p/Charts.svg) [![Releases](https://img.shields.io/github/release/danielgindi/Charts.svg)](https://github.com/danielgindi/Charts/releases) [![Latest pod release](https://img.shields.io/cocoapods/v/Charts.svg)](http://cocoapods.org/pods/charts) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Build Status](https://travis-ci.org/danielgindi/Charts.svg?branch=master)](https://travis-ci.org/danielgindi/Charts) [![codecov](https://codecov.io/gh/danielgindi/Charts/branch/master/graph/badge.svg)](https://codecov.io/gh/danielgindi/Charts)
@@ -7,7 +7,7 @@
77
### Just a heads up: Charts 3.0 has some breaking changes. Please read [the release/migration notes](https://github.com/danielgindi/Charts/releases/tag/v3.0.0).
88
### Another heads up: ChartsRealm is now in a [separate repo](https://github.com/danielgindi/ChartsRealm). Pods is also now `Charts` and `ChartsRealm`, instead of ~`Charts/Core`~ and ~`Charts/Realm`~
99

10-
* Xcode 8.0 / Swift 3.1
10+
* Xcode 9.0 / Swift 4.0
1111
* iOS >= 8.0 (Use as an **Embedded** Framework)
1212
* tvOS >= 9.0
1313
* macOS >= 10.11
@@ -78,8 +78,8 @@ For [Realm](https://realm.io/) support, please add `pod 'ChartsRealm'` too.
7878
Charts now include Carthage prebuilt binaries.
7979

8080
```carthage
81-
github "danielgindi/Charts" == 3.0.3
82-
github "danielgindi/Charts" ~> 3.0.3
81+
github "danielgindi/Charts" == 3.0.4
82+
github "danielgindi/Charts" ~> 3.0.4
8383
```
8484

8585
In order to build the binaries for a new release, use `carthage build --no-skip-current && carthage archive Charts`.

0 commit comments

Comments
 (0)