Pod::Spec.new do |s| s.name = 'ObjectMapper' s.version = '3.4.2' s.license = 'MIT' s.summary = 'JSON Object mapping written in Swift' s.homepage = 'https://github.com/tristanhimmelman/ObjectMapper' s.authors = { 'Tristan Himmelman' => 'tristanhimmelman@gmail.com' } s.source = { :git => 'https://github.com/tristanhimmelman/ObjectMapper.git', :tag => s.version.to_s } s.watchos.deployment_target = '2.0' s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.9' s.tvos.deployment_target = '9.0' s.swift_version = '4.2' s.requires_arc = true s.source_files = 'Sources/**/*.swift' end