-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBetterTabBar.podspec
More file actions
13 lines (13 loc) · 741 Bytes
/
BetterTabBar.podspec
File metadata and controls
13 lines (13 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
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