Skip to content

Commit

Permalink
[Update] FRLayeredNavigationController (0.4.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
weissi committed Dec 15, 2012
1 parent d6c0f0e commit b74e798
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'FRLayeredNavigationController'
s.version = '0.4.1'
s.version = '0.4.3'
s.license = 'Modified BSD'
s.summary = 'Layered navigation controller for hierarchical iPad apps.'
s.homepage = 'https://github.com/weissi/FRLayeredNavigationController'
s.author = { 'Johannes Weiß' => 'weiss@tux4u.de' }

s.source = { :git => 'https://github.com/weissi/FRLayeredNavigationController.git', :tag => 'v0.4.1' }
s.source = { :git => 'https://github.com/weissi/FRLayeredNavigationController.git', :tag => 'v0.4.3' }

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.'

Expand Down

0 comments on commit b74e798

Please sign in to comment.