Skip to content

Instantly share code, notes, and snippets.

@angelolloqui
Created October 4, 2012 08:50
Show Gist options
  • Save angelolloqui/3832321 to your computer and use it in GitHub Desktop.
Save angelolloqui/3832321 to your computer and use it in GitHub Desktop.
Spec for MHTabBarController pointing to my fork
Pod::Spec.new do |s|
s.name = 'MHTabBarController'
s.version = '0.0.1'
s.platform = :ios
s.license = 'MIT'
s.summary = 'Custom container view controller for iOS 5 that works just like a regular UITabBarController, except the tabs are at the top and look different.'
s.homepage = 'http://www.hollance.com/2011/11/mhtabbarcontroller-a-custom-tab-bar-for-ios-5-using-the-new-container-apis/'
s.source = { :git => 'https://github.com/angelolloqui/MHTabBarController.git' }
s.source_files = '**/MHTabBarController*.{h,m}'
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