Skip to content

Commit

Permalink
Added a podspec for SocketRocket (see facebookincubator#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeredpath committed Feb 17, 2012
1 parent 0573003 commit 53e4592
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SocketRocket.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "SocketRocket"
s.version = '0.1'
s.summary = 'A conforming WebSocket (RFC 6455) client library.'
s.homepage = 'https://github.com/square/SocketRocket'
s.authors = { 'Square' => 'lewis@squareup.com' }
s.source = { :git => 'git://github.com/square/SocketRocket.git' }
s.source_files = 'SocketRocket/*.{h,m,c}'
s.clean_paths = %w{SRWebSocketTests SocketRocket.xcodeproj TestChat TestChatServer TestSupport extern}
s.requires_arc = true
s.frameworks = %w{CFNetwork Security}
s.libraries = "icucore"
end

0 comments on commit 53e4592

Please sign in to comment.