Files
JBChartView/libPusher/1.4/libPusher.podspec
T
2012-09-26 13:55:32 +01:00

15 lines
522 B
Ruby

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