Pod::Spec.new do |spec| spec.name = 'Argo' spec.version = '2.2.0' spec.summary = 'Functional JSON parsing library for Swift.' spec.homepage = 'https://github.com/thoughtbot/Argo' spec.license = { :type => 'MIT', :file => 'LICENSE' } spec.author = { 'Gordon Fontenot' => 'gordon@thoughtbot.com', 'Tony DiPasquale' => 'tony@thoughtbot.com', 'thoughtbot' => nil, } spec.social_media_url = 'http://twitter.com/thoughtbot' spec.source = { :git => 'https://github.com/thoughtbot/Argo.git', :tag => "v#{spec.version}", :submodules => true } spec.source_files = 'Argo/**/*.{h,swift}', 'Carthage/Checkouts/Runes/Source/Runes.swift' spec.requires_arc = true spec.ios.deployment_target = '8.0' spec.osx.deployment_target = '10.9' spec.watchos.deployment_target = '2.0' spec.tvos.deployment_target = '9.0' end