Pod::Spec.new do |s| s.name = 'libPusher' s.version = '1.2' s.license = 'MIT' s.summary = 'An Objective-C client for the Pusher.com service.' s.homepage = 'https://github.com/lukeredpath/libPusher' s.author = 'Luke Redpath' s.source = { :git => 'https://github.com/lukeredpath/libPusher.git', :tag => 'v1.2' } s.source_files = 'Library/*' s.requires_arc = true s.dependency "JSONKit", "1.4" s.dependency 'SocketRocket', :git => "git://github.com/square/SocketRocket", :commit => "ec6c145f4a" end