# Run `pod lib lint PythonKit.podspec' to ensure this is a valid spec. Pod::Spec.new do |s| s.name = 'PythonKit' s.version = '1.0.1' s.swift_versions = ['5.3'] s.summary = '...' s.description = <<-DESC description. DESC s.homepage = 'https://github.com/pvieito/PythonKit.git' s.license = { :type => 'MIT' } s.author = { 'ééçç½è²å¤å¥' => '[email protected]' } s.source = { :git => '', :tag => s.version.to_s } s.social_media_url = '' s.swift_version = '5.3' s.ios.deployment_target = '13.0' s.tvos.deployment_target = '13.0' s.macos.deployment_target = '11.0' s.watchos.deployment_target = '6.0' s.source_files = 'PythonKit/**/*.swift' end