diff --git a/README.md b/README.md
index 62265a5..f8a94cb 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
# SwiftCSV
+![Swift 5.0](https://img.shields.io/badge/Swift-5.0-blue.svg?style=flat)
+[![Platform support](https://img.shields.io/badge/platform-ios%20%7C%20osx%20%7C%20tvos%20%7C%20watchos-lightgrey.svg?style=flat-square)](https://github.com/swiftcsv/SwiftCSV/blob/master/LICENSE.md)
[![Build Status](https://img.shields.io/travis/swiftcsv/SwiftCSV/master.svg?style=flat-square)](https://travis-ci.org/swiftcsv/SwiftCSV)
[![Code coverage status](https://img.shields.io/codecov/c/github/swiftcsv/SwiftCSV.svg?style=flat-square)](http://codecov.io/github/swiftcsv/SwiftCSV)
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/SwiftCSV.svg?style=flat-square)](https://cocoapods.org/pods/SwiftCSV)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
-[![Platform support](https://img.shields.io/badge/platform-ios%20%7C%20osx%20%7C%20tvos%20%7C%20watchos-lightgrey.svg?style=flat-square)](https://github.com/swiftcsv/SwiftCSV/blob/master/LICENSE.md)
[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/swiftcsv/SwiftCSV/blob/master/LICENSE.md)
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg?style=flat-square)](https://houndci.com)
diff --git a/SwiftCSV.podspec b/SwiftCSV.podspec
index d54c93a..9e3ea1e 100644
--- a/SwiftCSV.podspec
+++ b/SwiftCSV.podspec
@@ -1,15 +1,20 @@
Pod::Spec.new do |s|
s.name = "SwiftCSV"
- s.version = "0.4.0"
+ s.version = "0.5.0"
s.summary = "CSV parser for Swift"
s.homepage = "https://github.com/naoty/SwiftCSV"
s.license = { :type => "MIT", :file => "LICENSE" }
- s.author = { "Naoto Kaneko" => "naoty.k@gmail.com" }
+ s.author = {
+ "Naoto Kaneko" => "naoty.k@gmail.com",
+ "Christian Tietze" => "me@christiantietze.de"
+ }
s.source = { :git => "https://github.com/swiftcsv/SwiftCSV.git", :tag => s.version }
- s.swift_versions = ["4.2"]
+ s.swift_versions = [ "5.0", "4.2" ]
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
+ s.tvos.deployment_target = "9.2"
+ s.watchos.deployment_target = "2.2"
s.source_files = "SwiftCSV/**/*.swift"
s.requires_arc = true
diff --git a/SwiftCSV.xcodeproj/SwiftCSV-Info.plist b/SwiftCSV.xcodeproj/SwiftCSV-Info.plist
index 7812205..0e8b548 100644
--- a/SwiftCSV.xcodeproj/SwiftCSV-Info.plist
+++ b/SwiftCSV.xcodeproj/SwiftCSV-Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0
+ 0.5.0
CFBundleSignature
????
CFBundleVersion