diff --git a/.swift-version b/.swift-version index f398a20..389f774 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -3.0 \ No newline at end of file +4.0 \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 15e483a..de38cbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: objective-c -osx_image: xcode8 +osx_image: xcode9 branches: only: - master diff --git a/README.md b/README.md index 87508b4..eb24614 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@

Build Status - Swift 3.0 compatible + Swift 4.0 compatible Carthage compatible - CocoaPods compatible + CocoaPods compatible Platform iOS License: MIT

@@ -233,7 +233,7 @@ Clone the repo and drag files from `Sources` folder into your Xcode project. # Requirements - iOS 8.0 -- Xcode 8.0 +- Xcode 9.0 # Changelog diff --git a/TableKit.podspec b/TableKit.podspec index 260e2cc..f3f052e 100644 --- a/TableKit.podspec +++ b/TableKit.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'TableKit' s.module_name = 'TableKit' - s.version = '2.4.0' + s.version = '2.5.0' s.homepage = 'https://github.com/maxsokolov/TableKit' s.summary = 'Type-safe declarative table views with Swift.'