Skip to content

Commit

Permalink
add to cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
bircni committed May 20, 2024
1 parent 85cf29f commit 5975be9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions BetterTabBar.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#
# Be sure to run `pod spec lint BetterTabBar.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#

Pod::Spec.new do |spec|

spec.name = "BetterTabBar"
spec.version = "0.1.0"
spec.summary = "A beautiful and customizable tab bar for iOS."
spec.homepage = "https://github.com/bircni/BetterTabBar"
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = { "Nicolas" => "bircni@icloud.com" }
spec.source = { :git => 'https://github.com/bircni/BetterTabBar.git', :tag => spec.version.to_s }
spec.ios.deployment_target = '15.0'
spec.osx.deployment_target = "12"
spec.swift_version = '5.7'
spec.source_files = "Sources/**/*.{h,m,swift}"
end

0 comments on commit 5975be9

Please sign in to comment.