Files
JBChartView/ECSlidingViewController/0.9.0/ECSlidingViewController.podspec
T
Denis Hennessy c6eefa49a3 Removed redundant 'ECSlidingViewController.xcodeproj/**/*' from clean_paths
The entry in s.clean_paths already included 'ECSlidingViewController.xcodeproj' which
meant that the entry 'ECSlidingViewController.xcodeproj/**/*' failed once the first entry completed.
2012-04-10 17:56:12 +01:00

14 lines
800 B
Ruby

Pod::Spec.new do |s|
s.name = 'ECSlidingViewController'
s.version = '0.9.0'
s.license = 'MIT'
s.summary = '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@edgecase.com' }
s.source = { :git => 'git://github.com/edgecase/ECSlidingViewController.git', :tag => '0.9.0' }
s.platform = :ios
s.source_files = 'ECSlidingViewController/Vendor/ECSlidingViewController/'
s.clean_paths = 'ECSlidingViewController.xcodeproj'
s.requires_arc = true
end