Skip to content

Commit 9e80cc9

Browse files
committed
Release 0.6.3
1 parent d1f4c58 commit 9e80cc9

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [0.6.3] - 2018.09.30
8+
- Swift 4.2 upgrade
9+
10+
711
## [0.6.2] - 2018.09.15
812
- Fix iPad demo crash
913
- Add missing AppIcon image sizes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Add to your Podfile:
6464
Swift 4.x:
6565
```ruby
6666
use_frameworks!
67-
pod 'SwiftCharts', '~> 0.6.2'
67+
pod 'SwiftCharts', '~> 0.6.3'
6868
```
6969

7070
Swift 3.x:
@@ -94,7 +94,7 @@ Add to your Cartfile:
9494

9595
Swift 4.x:
9696
```
97-
github "i-schuetz/SwiftCharts" ~> 0.6.2
97+
github "i-schuetz/SwiftCharts" ~> 0.6.3
9898
```
9999

100100
Swift 3.x:

SwiftCharts.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftCharts"
3-
s.version = "0.6.2"
3+
s.version = "0.6.3"
44
s.summary = "Easy to use and highly customizable charts library for iOS"
55
s.homepage = "https://github.com/i-schuetz/SwiftCharts"
66
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
77
s.authors = { "Ivan Schuetz" => "[email protected]"}
88
s.ios.deployment_target = "8.0"
99
s.tvos.deployment_target = "9.0"
10-
s.source = { :git => "https://github.com/i-schuetz/SwiftCharts.git", :tag => '0.6.2'}
10+
s.source = { :git => "https://github.com/i-schuetz/SwiftCharts.git", :tag => '0.6.3'}
1111
s.source_files = 'SwiftCharts/*.swift', 'SwiftCharts/**/*.swift'
1212
s.frameworks = "Foundation", "UIKit", "CoreGraphics"
1313
end

SwiftCharts.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@
15801580
PRODUCT_NAME = SwiftCharts;
15811581
SDKROOT = appletvos;
15821582
SKIP_INSTALL = YES;
1583-
SWIFT_VERSION = 4.0;
1583+
SWIFT_VERSION = 4.2;
15841584
TARGETED_DEVICE_FAMILY = 3;
15851585
TVOS_DEPLOYMENT_TARGET = 9.0;
15861586
};
@@ -1603,7 +1603,7 @@
16031603
PRODUCT_NAME = SwiftCharts;
16041604
SDKROOT = appletvos;
16051605
SKIP_INSTALL = YES;
1606-
SWIFT_VERSION = 4.0;
1606+
SWIFT_VERSION = 4.2;
16071607
TARGETED_DEVICE_FAMILY = 3;
16081608
TVOS_DEPLOYMENT_TARGET = 9.0;
16091609
};

0 commit comments

Comments
 (0)