Skip to content

Commit

Permalink
Add socket.io 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergej Tatarincev committed Nov 28, 2012
1 parent 867e46f commit 76e1d5a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions socket.IO/0.2.4/socket.IO.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = "socket.IO"
s.version = "0.2.4"
s.summary = "socket.io v0.7.2+ for iOS devices"
s.description = <<-DESC
Interface to communicate between Objective C and Socket.IO with the help of websockets. It's based on fpotter's socketio-cocoa and uses other libraries/classes like SocketRocket and json-framework.
DESC
s.homepage = "https://github.com/pkyeck/socket.IO-objc"
s.license = 'MIT'

s.author = { "Philipp Kyeck" => "[email protected]" }
s.source = { :git => "https://github.com/pkyeck/socket.IO-objc.git", :tag => '0.2.4' }

s.source_files = '*.{h,m}'

s.requires_arc = true

s.dependency 'SocketRocket', '~> 0.2'
s.dependency 'SBJson', '~> 3.1'
end

0 comments on commit 76e1d5a

Please sign in to comment.