Skip to content

Commit

Permalink
[Update] MTStackableNavigationController (0.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Mar 20, 2013
1 parent 150f832 commit 059a49d
Showing 1 changed file with 22 additions and 0 deletions.
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = "MTStackableNavigationController"
s.version = "0.3.0"
s.summary = "A drop-in replacement for UINavigationController with stacked views ala Path / Facebook."
s.description = <<-DESC
MTStackableNavigationController aims to be an API-compatible replacement for
UINavigationController, with special sauce for Facebook / Path style stacked
navigation. In contrast to most of the other view controller projects based on
this paradigm, MTStackableNavigationController is targeted exclusively for use
as a direct replacement for UINavigationController; layered navigation and deck
style interaction are already done well by other controllers.
DESC
s.homepage = "https://github.com/mtrudel/MTStackableNavigationController"
s.license = 'MIT'
s.author = { "Mat Trudel" => "mat@geeky.net" }
s.source = { :git => "https://github.com/mtrudel/MTStackableNavigationController.git", :tag => "0.3.0" }
s.platform = :ios, '5.0'
s.source_files = 'Classes', 'Classes/**/*.{h,m}'
s.framework = 'QuartzCore'
s.requires_arc = true
s.dependency 'MTCollectionOperators', '~> 0'
end

0 comments on commit 059a49d

Please sign in to comment.