Skip to content

Commit ef975bf

Browse files
committed
Fixing podspec 🚀
1 parent a5a6184 commit ef975bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TabBarUIAction.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A SwiftUI custom TabBar view with action button for modal content display. Fully
1212
s.license = { :type => "MIT", :file => "LICENSE.md" }
1313
s.author = { "chicio" => "[email protected]" }
1414
s.social_media_url = "https://github.com/chicio"
15-
s.platforms = { :ios => "14.0", :osx => "11.0" }
15+
s.platform = :ios, "13.0"
1616
s.source = { :git => "https://github.com/chicio/TabBarUIAction.git", :tag => "#{s.version}" }
1717
s.source_files = "Source", "Source/**/*.{h,m}", "Source/**/*.swift"
1818
s.swift_version = '5.0'

0 commit comments

Comments
 (0)