From 7206fa6d5cd2686f662e23098769995c6c3d9f57 Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 26 Jun 2015 09:57:37 -0400 Subject: [PATCH] change readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e34ee57..4933e3c 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:@"localhost:8 - Can be used from Objective-C ##Installation -Requires Swift 1.2/Xcode 6.3 +Requires Swift 2/Xcode 7 -If you need Swift 1.1/Xcode 6.2 use v1.5.2. (Pre-Swift 1.2 support is no longer maintained) +If you need Swift 1.2/Xcode 6.3/4 use v2 (Pre-Swift 2 support is no longer maintained) Manually (iOS 7+) ----------------- 1. Copy the SocketIOClientSwift folder into your Xcode project. (Make sure you add the files to your target(s))