Skip to content

Commit

Permalink
change swift 2.3 to swift 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharbonnier committed Apr 19, 2017
1 parent 74f34c1 commit 694d6df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<JSON>(name: "github")
Expand Down Expand Up @@ -70,7 +70,7 @@ Manually:
## Requirements

- iOS 8.0+ or tvOS 9.1+
- Swift 2.3
- Swift 3

## Using the cache

Expand Down

0 comments on commit 694d6df

Please sign in to comment.