Skip to content

Commit

Permalink
add TRVSNavigationControllerTransition
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Jeffery committed Oct 22, 2012
1 parent 9a7a71c commit 9b3d83f
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = "TRVSNavigationControllerTransition"
s.version = "0.1.0"
s.summary = "Push/Pop transition for entire UINavigationController views."
s.homepage = "https://github.com/travisjeffery/TRVSNavigationControllerTransition"

s.license = { :type => 'MIT', :file => 'LICENSE'}

s.author = { "Travis Jeffery" => "travisjeffery@gmail.com" }

s.platform = :ios, '5.0'

s.source = { :git => "https://github.com/travisjeffery/TRVSNavigationControllerTransition.git", :tag => "0.1.0" }
s.source_files = 'UINavigationController+TRVSNavigationControllerTransition*.{h,m}'

s.framework = 'QuartzCore'

s.requires_arc = true
end

0 comments on commit 9b3d83f

Please sign in to comment.