Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
updates socket.io client to 1.2.1
  • Loading branch information
pcperini committed Nov 29, 2014
1 parent 8bd6ba1 commit 763082f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SIOSocket.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = "SIOSocket"
s.version = "0.2.1"
s.version = "0.2.2"
s.summary = "Realtime iOS application framework (client) http://socket.io"
s.license = "MIT"
s.source = { :tag => "v0.2.1", :git => "https://github.com/MegaBits/SIOSocket.git"}
s.source = { :tag => "v0.2.2", :git => "https://github.com/MegaBits/SIOSocket.git"}
s.platform = :ios, "7.0"
s.source_files = "SocketIO/Source/*.{h,m}"
s.requires_arc = true
Expand Down

0 comments on commit 763082f

Please sign in to comment.