Skip to content

Commit

Permalink
remove the deprecated clean_paths param
Browse files Browse the repository at this point in the history
  • Loading branch information
norsez committed Jul 4, 2012
1 parent 9fc66b5 commit 1e110e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -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
1 change: 0 additions & 1 deletion BDMultiDownloader/0.0.1/BDMultiDownloader.podspec
Expand Up @@ -9,6 +9,5 @@ Pod::Spec.new do |s|
s.description = 'Simple block-based concurrent multiple-URL data downloader based only on NSURLConnection. Your app needs to download concurrently from multiple URLs (local or not). This class does it a simple way using blocks and NSURLConnection.'
s.platform = :ios
s.source_files = 'Classes', 'Classes'
s.clean_paths = '*.xcodeproj', 'BDMultiDownloader', '*.podspec'
s.requires_arc = true
end

0 comments on commit 1e110e6

Please sign in to comment.