Skip to content

Commit

Permalink
bump to v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pkyeck committed Jul 17, 2013
1 parent a49edf4 commit ea22d26
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 13 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Socket.IO / Objective C Library (ARC version)
# Socket.IO / Objective C Library

Interface to communicate between Objective C and [Socket.IO](http://socket.io/)
with the help of websockets or [Long-Polling](http://en.wikipedia.org/wiki/Push_technology#Long_polling). Originally based on fpotter's [socketio-cocoa](https://github.com/fpotter/socketio-cocoa)
Expand All @@ -11,6 +11,10 @@
* [json-framework](https://github.com/stig/json-framework/) (optional)
* [JSONKit](https://github.com/johnezang/JSONKit/) (optional)

## Requirements

As of version 0.4, this library requires at least OS X 10.7 or iOS 5.0.


## Non-ARC version

Expand Down Expand Up @@ -119,7 +123,7 @@ Different Socket Libraries + Error Handling by taiyangc <https://github.com/taiy

(The MIT License)

Copyright (c) 2011-12 Philipp Kyeck <http://beta-interactive.de>
Copyright (c) 2011-13 Philipp Kyeck <http://beta-interactive.de>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion SocketIO.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIO.h
// v0.3.3 ARC
// v0.4 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIO.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIO.m
// v0.3.3 ARC
// v0.4 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOJSONSerialization.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOJSONSerialization.h
// v0.3.3 ARC
// v0.4 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOJSONSerialization.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOJSONSerialization.m
// v0.3.3 ARC
// v0.4 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOPacket.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOPacket.h
// v0.3.3 ARC
// v0.4 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOPacket.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOPacket.h
// v0.3.3 ARC
// v0.4 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOTransport.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOTransport.h
// v0.3.3 ARC
// v0.4 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOTransportWebsocket.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOTransportWebsocket.h
// v0.3.3 ARC
// v0.4 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOTransportWebsocket.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOTransportWebsocket.m
// v0.3.3 ARC
// v0.4 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOTransportXHR.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOTransportXHR.h
// v0.3.3 ARC
// v0.4 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOTransportXHR.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOTransportXHR.m
// v0.3.3 ARC
// v0.4 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down

0 comments on commit ea22d26

Please sign in to comment.