Files
JBChartView/libPusher/1.3/libPusher.podspec
T
2012-06-29 15:37:34 +02:00

14 lines
526 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', :git => "git://github.com/square/SocketRocket", :commit => "ec6c145f4a"
end