Skip to content

Commit

Permalink
[Update] AZSocketIO (0.0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
pashields committed Dec 29, 2012
1 parent 59bf977 commit 7d8412b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions AZSocketIO/0.0.3/AZSocketIO.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'AZSocketIO'
s.version = '0.0.3'
s.license = 'Apache 2.0'
s.summary = 'A socket.io client for objective-c. Cocoapods-friendly. Appledocs. Built of AFNetworking and SocketRocket. Websockets + XHR.'
s.homepage = 'https://github.com/pashields/AZSocketIO'
s.authors = {'Patrick Shields' => 'patrick.m.shields@gmail.com'}
s.source = { :git => 'https://github.com/pashields/AZSocketIO.git', :tag => 'v0.0.3' }
s.source_files = 'AZSocketIO/*.{h,m}', 'AZSocketIO/Protocols/*.{h,m}', 'AZSocketIO/Transports/*.{h,m}'
s.dependency 'SocketRocket'
s.dependency 'AFNetworking'
s.requires_arc = true
s.platform = :ios
end

0 comments on commit 7d8412b

Please sign in to comment.