Skip to content

Instantly share code, notes, and snippets.

@xiangyuan
Created December 24, 2013 04:45
Show Gist options
  • Save xiangyuan/8108877 to your computer and use it in GitHub Desktop.
Save xiangyuan/8108877 to your computer and use it in GitHub Desktop.
FRLayeredNavigationController
Pod::Spec.new do |s|
s.name = 'FRLayeredNavigationController'
s.version = '0.4.4-master'
s.license = 'Modified BSD'
s.summary = 'Layered navigation controller for hierarchical iPad apps.'
s.homepage = 'https://github.com/weissi/FRLayeredNavigationController'
s.author = { 'Johannes Weiß' => '[email protected]' }
s.source = { :git => 'https://github.com/weissi/FRLayeredNavigationController.git', :branch => 'master' }
s.description = 'FRLayeredNavigationController gives iPad developers a simple drop-in replacement for UINavigationController for great UIs. It is a view controller compositor which enables you to develop -- as we think -- great iPad apps. Influenced by the UI of the Twitter and Soundcloud iPad apps.'
s.platform = :ios, '5.0'
s.ios.source_files = 'FRLayeredNavigationController/*.{h,m}'
s.framework = 'UIKit'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment