From e4c2da515b0e1706257f67129a34bae401fbb721 Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 17 Apr 2015 10:19:22 -0400 Subject: [PATCH] clarify non-cocoapods installing --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e97aa9..2d474ad 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,8 @@ 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 +1. Copy the SocketIOClientSwift folder into your Xcode project. (Make sure you add the files to your target(s)) +2. If you plan on using this from Objective-C, read [this](https://developer.apple.com/library/ios/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html) on exposing Swift code to Objective-C. CocoaPods 0.36.0 or later (iOS 8+) ------------------