podspecs belong in the CocoaPods/Specs project

This commit is contained in:
Mike Enriquez
2013-01-15 22:45:45 -05:00
parent 15db4a2123
commit 0e2bc33d2f

View File

@@ -1,13 +0,0 @@
Pod::Spec.new do |s|
s.name = 'ECSlidingViewController'
s.version = '0.9.0'
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', :tag => '0.9.0' }
s.platform = :ios
s.source_files = 'ECSlidingViewController/Vendor/ECSlidingViewController/'
s.requires_arc = true
end