diff --git a/AMScrollingNavbar.podspec b/AMScrollingNavbar.podspec index 9ddaa673..b7b396b4 100644 --- a/AMScrollingNavbar.podspec +++ b/AMScrollingNavbar.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "AMScrollingNavbar" - s.version = "1.0.4" + s.version = "1.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 => '1.0.4' } - s.platform = :ios, '5.0' + s.source = { :git => "https://github.com/andreamazz/AMScrollingNavbar.git", :tag => '1.1' } + s.platform = :ios, '7.0' s.source_files = 'AMScrollingNavbar', '*.{h,m}' s.requires_arc = true s.social_media_url = 'https://twitter.com/theandreamazz'