Skip to content

Commit

Permalink
[Update] MSNavigationPaneViewController (0.0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
erichoracek committed Dec 18, 2012
1 parent aeecf86 commit effbef8
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'MSNavigationPaneViewController'
s.version = '0.0.3'
s.license = 'MIT'
s.platform = :ios, '5.0'

s.summary = 'Draggable navigation pane view controller for iPhone. Similar to the Path/Facebook navigation paradigm.'
s.homepage = 'https://github.com/monospacecollective/MSNavigationPaneViewController'
s.author = { 'Eric Horacek' => 'eric@monospacecollective.com' }
s.source = { :git => 'https://github.com/monospacecollective/MSNavigationPaneViewController.git', :tag => s.version.to_s }

s.source_files = 'MSNavigationPaneViewController/*.{h,m}'

s.requires_arc = true
s.frameworks = 'QuartzCore'
end

0 comments on commit effbef8

Please sign in to comment.