Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit ea22d26

Browse files
committed
bump to v0.4
1 parent a49edf4 commit ea22d26

12 files changed

+17
-13
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Socket.IO / Objective C Library (ARC version)
1+
# Socket.IO / Objective C Library
22

33
Interface to communicate between Objective C and [Socket.IO](http://socket.io/)
44
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)
@@ -11,6 +11,10 @@
1111
* [json-framework](https://github.com/stig/json-framework/) (optional)
1212
* [JSONKit](https://github.com/johnezang/JSONKit/) (optional)
1313

14+
## Requirements
15+
16+
As of version 0.4, this library requires at least OS X 10.7 or iOS 5.0.
17+
1418

1519
## Non-ARC version
1620

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

120124
(The MIT License)
121125

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

124128
Permission is hereby granted, free of charge, to any person obtaining a copy
125129
of this software and associated documentation files (the "Software"), to deal

SocketIO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// SocketIO.h
3-
// v0.3.3 ARC
3+
// v0.4 ARC
44
//
55
// based on
66
// socketio-cocoa https://github.com/fpotter/socketio-cocoa

SocketIO.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// SocketIO.m
3-
// v0.3.3 ARC
3+
// v0.4 ARC
44
//
55
// based on
66
// socketio-cocoa https://github.com/fpotter/socketio-cocoa

SocketIOJSONSerialization.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// SocketIOJSONSerialization.h
3-
// v0.3.3 ARC
3+
// v0.4 ARC
44
//
55
// based on
66
// socketio-cocoa https://github.com/fpotter/socketio-cocoa

SocketIOJSONSerialization.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// SocketIOJSONSerialization.m
3-
// v0.3.3 ARC
3+
// v0.4 ARC
44
//
55
// based on
66
// socketio-cocoa https://github.com/fpotter/socketio-cocoa

SocketIOPacket.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// SocketIOPacket.h
3-
// v0.3.3 ARC
3+
// v0.4 ARC
44
//
55
// based on
66
// socketio-cocoa https://github.com/fpotter/socketio-cocoa

SocketIOPacket.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// SocketIOPacket.h
3-
// v0.3.3 ARC
3+
// v0.4 ARC
44
//
55
// based on
66
// socketio-cocoa https://github.com/fpotter/socketio-cocoa

SocketIOTransport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// SocketIOTransport.h
3-
// v0.3.3 ARC
3+
// v0.4 ARC
44
//
55
// based on
66
// socketio-cocoa https://github.com/fpotter/socketio-cocoa

SocketIOTransportWebsocket.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// SocketIOTransportWebsocket.h
3-
// v0.3.3 ARC
3+
// v0.4 ARC
44
//
55
// based on
66
// socketio-cocoa https://github.com/fpotter/socketio-cocoa

SocketIOTransportWebsocket.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// SocketIOTransportWebsocket.m
3-
// v0.3.3 ARC
3+
// v0.4 ARC
44
//
55
// based on
66
// socketio-cocoa https://github.com/fpotter/socketio-cocoa

0 commit comments

Comments
 (0)