Files
JBChartView/Bully/0.1.0/Bully.podspec
T
2012-06-27 15:40:08 +02:00

16 lines
589 B
Ruby

Pod::Spec.new do |s|
s.name = 'Bully'
s.version = '0.1.0'
s.platform = :ios
s.summary = 'Pusher Objective-C Client.'
s.homepage = 'https://github.com/samsoffes/bully'
s.author = { 'Sam Soffes' => 'sam@samsoff.es' }
s.source = { :git => 'https://github.com/samsoffes/bully.git', :tag => '0.1.0' }
s.description = 'Simply Objective-C client for Pusher.'
s.source_files = 'Bully/*.{h,m}'
s.frameworks = 'CFNetwork'
s.requires_arc = true
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.dependency 'SocketRocket'
end