Skip to content

Commit 763082f

Browse files
committedNov 29, 2014
v0.2.2
updates socket.io client to 1.2.1
1 parent 8bd6ba1 commit 763082f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎SIOSocket.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Pod::Spec.new do |s|
22
s.name = "SIOSocket"
3-
s.version = "0.2.1"
3+
s.version = "0.2.2"
44
s.summary = "Realtime iOS application framework (client) http://socket.io"
55
s.license = "MIT"
6-
s.source = { :tag => "v0.2.1", :git => "https://github.com/MegaBits/SIOSocket.git"}
6+
s.source = { :tag => "v0.2.2", :git => "https://github.com/MegaBits/SIOSocket.git"}
77
s.platform = :ios, "7.0"
88
s.source_files = "SocketIO/Source/*.{h,m}"
99
s.requires_arc = true

0 commit comments

Comments
 (0)
Please sign in to comment.