Pod::Spec.new do |s|
s.name = 'PureLayout'
s.version = '3.1.9'
s.homepage = "https://github.com/#{s.name}/#{s.name}"
s.license = { type: 'MIT', file: 'LICENSE' }
s.author = 'Tyler Fox'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '9.0'
s.source = { git: "#{s.homepage}.git", tag: "v#{s.version}" }
s.source_files = "#{s.name}/#{s.name}", "#{s.name}/#{s.name}/include"
s.summary = 'The ultimate API for iOS & OS X Auto Layout impressively simple, immensely powerful. Objective-C and Swift compatible.'
s.description =