Skip to content

Instantly share code, notes, and snippets.

@kukat
Created April 24, 2013 14:21
Show Gist options
  • Save kukat/5452483 to your computer and use it in GitHub Desktop.
Save kukat/5452483 to your computer and use it in GitHub Desktop.
MHTabBarController Jeksys' Fork
Pod::Spec.new do |s|
s.name = "MHTabBarController+Jeksys"
s.version = "0.1.1"
s.summary = "A custom tab bar controller for iOS 5. Jeksys' fork"
s.description = <<-DESC
This is a custom container view controller for iOS 5 that works just like a regular UITabBarController, except the tabs are at the top and look different.
DESC
s.homepage = "http://www.hollance.com/2011/11/mhtabbarcontroller-a-custom-tab-bar-for-ios-5-using-the-new-container-apis/"
s.license = { :type => 'MIT', :text => 'The MHTabBarController source code is copyright 2011 Matthijs Hollemans and is licensed under the terms of the MIT license.' }
s.author = { "Matthijs Hollemans" => "[email protected]" }
s.source = { :git => "https://github.com/jeksys/MHTabBarController.git", :commit => "9bf7a37206449a12b7168c567468a38934d980cd" }
s.platform = :ios, '5.0'
s.source_files = 'Classes', 'Demo/MHTabBarController.*'
s.resources = "Images/*.png"
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment