You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
[](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)
@@ -8,7 +8,7 @@
8
8
### 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`~
9
9
### One more heads up: As Swift evolves, if you are not using the latest Swift compiler, you shouldn't check out the master branch. Instead, you should go to the release page and pick up whatever suits you.
10
10
11
-
* Xcode 10.0 / Swift 4.2 (master branch)
11
+
* Xcode 10.2 / Swift 5.0 (master branch)
12
12
* iOS >= 8.0 (Use as an **Embedded** Framework)
13
13
* tvOS >= 9.0
14
14
* macOS >= 10.11
@@ -26,7 +26,7 @@ I've chosen to write it in `Swift` as it can be highly optimized by the compiler
26
26
* Make sure you are running a supported version of Xcode.
27
27
* Usually it is specified here a few lines above.
28
28
* In most cases it will be the latest Xcode version.
29
-
* Make sure that your project supports Swift 3.0
29
+
* Make sure that your project supports Swift 5.0
30
30
* Optional: Run `carthage checkout` in the project folder, to fetch dependencies (i.e testing dependencies).
31
31
* If you don't have Carthage - you can get it [here](https://github.com/Carthage/Carthage/releases).
0 commit comments