Skip to content

Instantly share code, notes, and snippets.

@blazingpair
Created March 8, 2013 00:53
Show Gist options
  • Save blazingpair/5113351 to your computer and use it in GitHub Desktop.
Save blazingpair/5113351 to your computer and use it in GitHub Desktop.
Use latest version of ECSlidingViewController
Pod::Spec.new do |s|
s.name = 'ECSlidingViewController'
s.version = '0.9.0.1'
s.license = 'MIT'
s.summary = 'View controller container that presents its child view controllers in two sliding layers. Inspired by the Path 2.0 and Facebook iPhone apps.'
s.description = 'ECSlidingViewController is a view controller container that presents its child view controllers in two layers. It provides functionality for sliding the top view to reveal the views underneath it. This functionality is inspired by the Path 2.0 and Facebook iPhone apps.'
s.homepage = 'https://github.com/edgecase/ecslidingviewcontroller'
s.author = { 'Mike Enriquez' => 'mike@enriquez.me' }
s.source = { :git => 'https://github.com/edgecase/ECSlidingViewController.git' }
s.platform = :ios
s.source_files = 'ECSlidingViewController/Vendor/ECSlidingViewController/'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment