From b93fa95bbdf940e87a49e3fa68370f311101dc01 Mon Sep 17 00:00:00 2001 From: Stefan Herold <794372+Blackjacx@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:11:03 +0200 Subject: [PATCH] Remove podspec --- Columbus.podspec | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 Columbus.podspec diff --git a/Columbus.podspec b/Columbus.podspec deleted file mode 100644 index a6c28fe..0000000 --- a/Columbus.podspec +++ /dev/null @@ -1,25 +0,0 @@ -Pod::Spec.new do |s| - s.name = 'Columbus' - s.version = '1.9.0' - s.license = { :type => 'MIT', :file => 'LICENSE' } - s.summary = 'A country picker for iOS, tvOS and watchOS.' - s.description = <<-DESC - A country picker for iOS, tvOS and watchOS with features you will only find distributed in many different country-picker implementations. - DESC - s.homepage = 'https://github.com/blackjacx/Columbus' - s.social_media_url = 'https://twitter.com/Blackjacxxx' - s.author = { 'Stefan Herold' => 'stefan.herold@gmail.com' } - s.source = { :git => 'https://github.com/blackjacx/Columbus.git', :tag => s.version.to_s } - s.source_files = 'Source/Classes/**/*' - s.swift_versions = ['5.4'] - - s.ios.deployment_target = '13.0' - s.tvos.deployment_target = '13.0' - - s.resource_bundles = { - 'Resources' => ['Source/Resources/*.{json,xcassets}'] - } - - s.frameworks = 'UIKit' -end -