From 694d6df380a2a7450754f2910996fdd650964df2 Mon Sep 17 00:00:00 2001 From: dcharbonnier Date: Wed, 19 Apr 2017 20:38:46 +0200 Subject: [PATCH] change swift 2.3 to swift 3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e83f6a20..7f2add3e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Build Status](https://travis-ci.org/Haneke/HanekeSwift.svg?branch=master)](https://travis-ci.org/Haneke/HanekeSwift) [![Join the chat at https://gitter.im/Haneke/HanekeSwift](https://badges.gitter.im/Haneke/HanekeSwift.svg)](https://gitter.im/Haneke/HanekeSwift?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -Haneke is a lightweight *generic* cache for iOS and tvOS written in Swift 2.3 (Swift 3 coming soon). It's designed to be super-simple to use. Here's how you would initalize a JSON cache and fetch objects from a url: +Haneke is a lightweight *generic* cache for iOS and tvOS written in Swift 3. It's designed to be super-simple to use. Here's how you would initalize a JSON cache and fetch objects from a url: ```swift let cache = Cache(name: "github") @@ -70,7 +70,7 @@ Manually: ## Requirements - iOS 8.0+ or tvOS 9.1+ -- Swift 2.3 +- Swift 3 ## Using the cache