Skip to content

Commit

Permalink
Fixing podspec 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
chicio committed Apr 1, 2021
1 parent a5a6184 commit ef975bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TabBarUIAction.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]" }
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'
Expand Down

0 comments on commit ef975bf

Please sign in to comment.