remove the deprecated clean_paths param

This commit is contained in:
norsez
2012-07-04 16:41:14 +07:00
parent 9fc66b55bc
commit 1e110e6bab
2 changed files with 0 additions and 2 deletions
@@ -9,6 +9,5 @@ Pod::Spec.new do |s|
s.description = 'Data-aware view-controller that displays a UIView list in an automatically laid out grid.'
s.platform = :ios
s.source_files = 'Classes', 'Classes'
s.clean_paths = '*.xcodeproj', 'BDDynamicGridViewDemo', '*podspec'
s.requires_arc = true
end