Skip to content

Commit

Permalink
fix TDBadgedCell.podspec clean_path error
Browse files Browse the repository at this point in the history
  • Loading branch information
waterlou committed May 12, 2012
1 parent ba3dea2 commit 711ea3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions TDBadgedCell/2.0/TDBadgedCell.podspec
Expand Up @@ -18,8 +18,7 @@ Pod::Spec.new do |s|
s.platform = :ios
s.source_files = 'TDBadgedCell (xcode project)/TDBadgedCell.{h,m}'

s.clean_paths = "*/Classes", "*/TDBadgedTableCell.xcodeproj",
"*/TDBadgedTableCell*.*", "*/main.m"
s.clean_paths = "*/Classes", "*/TDBadgedTableCell*.*", "*/main.m"

s.frameworks = 'QuartzCore'
end

0 comments on commit 711ea3f

Please sign in to comment.