Pod::Spec.new do |s| s.name = 'BingAPI' s.version = '0.3.0' s.license = 'MIT' s.homepage = 'https://github.com/Adorkable/BingAPIiOS' s.authors = { 'Ian Grossberg' => 'yo.ian.g@gmail.com' } s.summary = 'Simple access to the BingAPI' s.platform = :ios, '9.1' s.source = { :git => 'https://github.com/Adorkable/BingAPIiOS.git', :tag => s.version.to_s } s.source_files = 'BingAPI/*.swift', 'BingAPI/Routes/*.swift' s.requires_arc = true s.dependency 'AdorkableAPIBase' end