Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 2bde78f

Browse files
committed
bump version to 3.3
1 parent 1b08577 commit 2bde78f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Charts.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Charts"
3-
s.version = "3.2.2"
3+
s.version = "3.3"
44
s.summary = "Charts is a powerful & easy to use chart library for iOS, tvOS and OSX (and Android)"
55
s.homepage = "https://github.com/danielgindi/Charts"
66
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.osx.deployment_target = "10.11"
1111
s.source = { :git => "https://github.com/danielgindi/Charts.git", :tag => "v#{s.version}" }
1212
s.default_subspec = "Core"
13-
s.swift_version = '4.2'
13+
s.swift_version = '5.0'
1414
s.cocoapods_version = '>= 1.5.0'
1515

1616
s.subspec "Core" do |ss|

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ let package = Package(
1111
targets: [
1212
.target(name: "Charts", dependencies: [])
1313
],
14-
swiftLanguageVersions: [4]
14+
swiftLanguageVersions: [5]
1515
)

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Version 3.2.2**, synced to [MPAndroidChart #f6a398b](https://github.com/PhilJay/MPAndroidChart/commit/f6a398b)
1+
**Version 3.3**, 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)
@@ -8,7 +8,7 @@
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
### 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.
1010

11-
* Xcode 10.0 / Swift 4.2 (master branch)
11+
* Xcode 10.2 / Swift 5.0 (master branch)
1212
* iOS >= 8.0 (Use as an **Embedded** Framework)
1313
* tvOS >= 9.0
1414
* macOS >= 10.11
@@ -26,7 +26,7 @@ I've chosen to write it in `Swift` as it can be highly optimized by the compiler
2626
* Make sure you are running a supported version of Xcode.
2727
* Usually it is specified here a few lines above.
2828
* 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
3030
* Optional: Run `carthage checkout` in the project folder, to fetch dependencies (i.e testing dependencies).
3131
* If you don't have Carthage - you can get it [here](https://github.com/Carthage/Carthage/releases).
3232

@@ -79,8 +79,8 @@ For [Realm](https://realm.io/) support, please add `pod 'ChartsRealm'` too.
7979
Charts now include Carthage prebuilt binaries.
8080

8181
```carthage
82-
github "danielgindi/Charts" == 3.2.2
83-
github "danielgindi/Charts" ~> 3.2.2
82+
github "danielgindi/Charts" == 3.3
83+
github "danielgindi/Charts" ~> 3.3
8484
```
8585

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

Source/Supporting Files/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.2.2</string>
18+
<string>3.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)