I've been looking for ways to send files (small sound recorded on the iphone) over TCP to a server and from the server to other devices. It seems like the easiest way to do so would be using the CocoaAsyncSocket project. (Is it true?)
However, while I could find many examples on how to use it, I couldn't find a single explanation on how to install it.
I'm relatively new to iOS and Xcode and quite lost in that. Could someone please explain to me how to get the library? (I know how to add a library to my project, however I only found download for the .m files thru the gitHub)
Thanks