Pod::Spec.new do |s| s.name = 'ParseLiveQuery' s.version = '1.0.1' s.license = { :type => 'BSD' } s.summary = 'Allows for subscriptions to queries in conjunction with parse-server.' s.homepage = 'https://github.com/ParsePlatform/parse-server' s.authors = { 'Richard Ross' => 'richardross@fb.com', 'Nikita Lutsenko' => 'nlutsenko@me.com' } s.source = { :git => 'https://github.com/ParsePlatform/ParseLiveQuery-iOS-OSX.git', :tag => s.version.to_s } s.requires_arc = true s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.9' s.source_files = 'Sources/ParseLiveQuery/**/*.swift' s.module_name = 'ParseLiveQuery' s.dependency 'Parse', '~> 1.14' s.dependency 'Bolts-Swift', '~> 1.2' s.dependency 'SocketRocket', '~> 0.5' end