|
@@ -1,4 +1,4 @@
|
|
-**Version 3.0.5**, synced to [MPAndroidChart #f6a398b](https://github.com/PhilJay/MPAndroidChart/commit/f6a398b)
|
|
|
|
|
|
+**Version 3.1.0**, synced to [MPAndroidChart #f6a398b](https://github.com/PhilJay/MPAndroidChart/commit/f6a398b)
|
|
|
|
|
|

|
|

|
|
 [](https://github.com/danielgindi/Charts/releases) [](http://cocoapods.org/pods/charts) [](https://github.com/Carthage/Carthage) [](https://travis-ci.org/danielgindi/Charts) [](https://codecov.io/gh/danielgindi/Charts)
|
|
 [](https://github.com/danielgindi/Charts/releases) [](http://cocoapods.org/pods/charts) [](https://github.com/Carthage/Carthage) [](https://travis-ci.org/danielgindi/Charts) [](https://codecov.io/gh/danielgindi/Charts)
|
|
@@ -7,7 +7,7 @@
|
|
### 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).
|
|
### 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).
|
|
### 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`~
|
|
### 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`~
|
|
|
|
|
|
-* Xcode 9.2 / Swift 4.0.2
|
|
|
|
|
|
+* Xcode 9.2 / Swift 4.0.3
|
|
* iOS >= 8.0 (Use as an **Embedded** Framework)
|
|
* iOS >= 8.0 (Use as an **Embedded** Framework)
|
|
* tvOS >= 9.0
|
|
* tvOS >= 9.0
|
|
* macOS >= 10.11
|
|
* macOS >= 10.11
|
|
@@ -78,8 +78,8 @@ For [Realm](https://realm.io/) support, please add `pod 'ChartsRealm'` too.
|
|
Charts now include Carthage prebuilt binaries.
|
|
Charts now include Carthage prebuilt binaries.
|
|
|
|
|
|
```carthage
|
|
```carthage
|
|
-github "danielgindi/Charts" == 3.0.5
|
|
|
|
-github "danielgindi/Charts" ~> 3.0.5
|
|
|
|
|
|
+github "danielgindi/Charts" == 3.1.0
|
|
|
|
+github "danielgindi/Charts" ~> 3.1.0
|
|
```
|
|
```
|
|
|
|
|
|
In order to build the binaries for a new release, use `carthage build --no-skip-current && carthage archive Charts`.
|
|
In order to build the binaries for a new release, use `carthage build --no-skip-current && carthage archive Charts`.
|