From ef975bf1c2538a1f8a277dfe0dc7cf1b903cd821 Mon Sep 17 00:00:00 2001 From: fduroni Date: Thu, 1 Apr 2021 17:57:23 +0200 Subject: [PATCH] Fixing podspec :rocket: --- TabBarUIAction.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TabBarUIAction.podspec b/TabBarUIAction.podspec index d71f81e..a4b43e9 100644 --- a/TabBarUIAction.podspec +++ b/TabBarUIAction.podspec @@ -12,7 +12,7 @@ A SwiftUI custom TabBar view with action button for modal content display. Fully s.license = { :type => "MIT", :file => "LICENSE.md" } s.author = { "chicio" => "fabrizio.duroni@gmail.com" } s.social_media_url = "https://github.com/chicio" - s.platforms = { :ios => "14.0", :osx => "11.0" } + s.platform = :ios, "13.0" s.source = { :git => "https://github.com/chicio/TabBarUIAction.git", :tag => "#{s.version}" } s.source_files = "Source", "Source/**/*.{h,m}", "Source/**/*.swift" s.swift_version = '5.0'