Skip to content

Commit

Permalink
[Update] MTMultipleViewController (0.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Mar 1, 2013
1 parent 89a938c commit 0639ea8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions MTMultipleViewController/0.4.1/MTMultipleViewController.podspec
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = "MTMultipleViewController"
s.version = "0.4.1"
s.summary = "A container view controller that allows the selection of child views based on a UISegmentedControl in the navigation bar."
s.description = <<-DESC
A container view controller that allows the selection of child views based on a UISegmentedControl in the navigation bar.
The navigation bar inherits left,right and back button items from the currently selected child UIViewController, and
titles for the segmented control are taken from the child view controllers' UINavigationItem title properties. The
upshot of all of this is that your child view controllers don't require any modification to be used with this container.
DESC
s.homepage = "https://github.com/mtrudel/MTMultipleViewController"
s.license = 'MIT'
s.author = { "Mat Trudel" => "mat@geeky.net" }
s.source = { :git => "https://github.com/mtrudel/MTMultipleViewController.git", :tag => "0.4.1" }
s.platform = :ios, '5.0'
s.source_files = 'Classes', 'Classes/**/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 0639ea8

Please sign in to comment.