diff --git a/README.md b/README.md index 7c6f2ba..37055ae 100644 --- a/README.md +++ b/README.md @@ -100,10 +100,23 @@ import Socket_IO_Client_Swift ``` Objective-C: + ```Objective-C #import ``` +CocoaSeeds +----------------- + +Add this line to your `Seedfile`: + +``` +github "socketio/socket.io-client-swift", "v3.1.4", :files => "SocketIOClientSwift/*.swift" # Or latest version +``` + +Run `seed install`. + + ##API Constructors -----------