-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathADNavigationBarExtension.podspec
More file actions
25 lines (21 loc) · 1.08 KB
/
ADNavigationBarExtension.podspec
File metadata and controls
25 lines (21 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Be sure to run `pod lib lint NavigationBarExtension.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'ADNavigationBarExtension'
s.version = '2.1.0'
s.author = 'Fabernovel Technologies'
s.homepage = 'https://fabernovel.com/'
s.summary = 'ADNavigationBarExtension is a UI library written in Swift to show and hide an extension to your UINavigationBar'
s.license = { :type => 'MIT', :text => 'Created and licensed by Fabernovel Technologies. Copyright 2014-2018 Fabernovel Technologies. All rights reserved.' }
s.source = { :git => 'https://github.com/faberNovel/ADNavigationBarExtension.git', :tag => "v#{s.version}" }
s.ios.deployment_target = '14.0'
s.swift_versions = ['5.0', '5.1']
s.source_files = 'NavigationBarExtension/Classes/**/*'
s.frameworks = 'UIKit'
s.dependency 'ADUtils', '~> 12.0'
end