-
-
Notifications
You must be signed in to change notification settings - Fork 634
/
AMScrollingNavbar.podspec
18 lines (18 loc) · 964 Bytes
/
AMScrollingNavbar.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "AMScrollingNavbar"
s.version = "5.7.3"
s.summary = "A custom UINavigationController that enables the scrolling of the navigation bar alongside the scrolling of an observed content view"
s.description = <<-DESC
A custom UINavigationController that enables the scrolling of the
navigation bar alongisde the scrolling of the observed view's content.
DESC
s.homepage = "https://github.com/andreamazz/AMScrollingNavbar"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Andrea Mazzini" => "[email protected]" }
s.source = { :git => "https://github.com/andreamazz/AMScrollingNavbar.git", :tag => s.version }
s.platform = :ios, '8.0'
s.source_files = 'Source/*.swift'
s.requires_arc = true
s.swift_version = '5.0'
s.social_media_url = 'https://twitter.com/theandreamazz'
end