Skip to content

Commit

Permalink
AMScrollingNavbar 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Dec 10, 2013
1 parent 496ae5d commit c0c0a92
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions AMScrollingNavbar/0.4.1/AMScrollingNavbar.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "AMScrollingNavbar"
s.version = "0.4.1"
s.summary = "Scrollable UINavigationBar that follows the scrolling of a UIScrollView. Similiar to Chrome for iOS7"
s.homepage = "https://github.com/andreamazz/AMScrollingNavbar"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Andrea Mazzini" => "andrea.mazzini@gmail.com" }
s.source = { :git => "https://github.com/andreamazz/AMScrollingNavbar.git", :tag => '0.4.1' }
s.platform = :ios, '5.0'
s.source_files = 'AMScrollingNavbar', '*.{h,m}'
s.requires_arc = true
end

0 comments on commit c0c0a92

Please sign in to comment.