From bb4d28592883ae503092e4a39963439b3d60b600 Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 17 Apr 2015 10:01:11 -0400 Subject: [PATCH] make note about required xcode version --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1765a75..3e97aa9 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:@"localhost:8 - Can be used from Objective-C ##Installation +Requires Swift 1.2/Xcode 6.3 + +If you need Swift 1.1/Xcode 6.2 use v1.5.2. (Pre-Swift 1.2 support is no longer maintained) Manually (iOS 7+) ----------------- 1. Copy the SocketIOClientSwift folder into your Xcode project