Created
          March 8, 2013 00:53 
        
      - 
      
- 
        Save blazingpair/5113351 to your computer and use it in GitHub Desktop. 
    Use latest version of ECSlidingViewController
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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' => '[email protected]' } | |
| 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