We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd6ba1 commit 763082fCopy full SHA for 763082f
SIOSocket.podspec
@@ -1,9 +1,9 @@
1
Pod::Spec.new do |s|
2
s.name = "SIOSocket"
3
- s.version = "0.2.1"
+ s.version = "0.2.2"
4
s.summary = "Realtime iOS application framework (client) http://socket.io"
5
s.license = "MIT"
6
- 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"}
7
s.platform = :ios, "7.0"
8
s.source_files = "SocketIO/Source/*.{h,m}"
9
s.requires_arc = true
0 commit comments