Pod::Spec.new do |s| s.name = 'libPusher' s.version = '1.3' 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.3' } s.source_files = 'Library/*' s.requires_arc = true s.dependency 'SocketRocket' s.compiler_flags = '-Wno-arc-performSelector-leaks', '-Wno-format' end