Pod::Spec.new do |s| s.name = "SwiftDate" s.version = "5.0.0" s.summary = "The best way to deal with Dates & Time Zones in Swift" s.homepage = "https://github.com/malcommac/SwiftDate.git" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Daniele Margutti" => "hello@danielemargutti.com" } s.social_media_url = "https://twitter.com/danielemargutti" s.ios.deployment_target = "8.0" s.osx.deployment_target = "10.9" s.watchos.deployment_target = "2.0" s.tvos.deployment_target = "9.0" s.source = { :git => "https://github.com/malcommac/SwiftDate.git", :tag => s.version.to_s } s.source_files = "Sources/**/*" s.frameworks = "Foundation" s.swift_version = "4.0" end