Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Releases: livio/SuperSocket

v8.2.0 - Back to the Mac

24 Nov 15:35
Compare
Choose a tag to compare
  • Now includes a Mac Target in addition to the iOS target (thanks @edwardaux)
  • Some general cleanup of code style

v8.1.0

24 Aug 18:14
Compare
Choose a tag to compare
  • Fixes / Added API from CocoaAsyncSocket

v8.0.2

15 Jul 18:50
Compare
Choose a tag to compare
FIX
  • Files that should have been marked public are now marked public

v8.0.1

15 Jul 18:37
Compare
Choose a tag to compare

Fix: Public import header <SuperSocket/SuperSocket.h> now imports the correct files.

v8.0.0 – SuperSocket

15 Jul 17:48
Compare
Choose a tag to compare
  • Updated name, classes, files, etc. to match the SuperSocket name
  • Updated initializers to use instancetype
  • Split out classes and protocols into separate files
  • Specify delegate type using id<delegate> instead of merely id
  • Uses Xcode 7 generics

7.5.0: Framework

24 Feb 19:53
Compare
Choose a tag to compare
  • Fork from home repo
  • Build into a Carthage compatible framework
  • Remove old code and examples
  • Remove vendored CocoaLumberjack library