Remove all clean_path occurences.

This commit is contained in:
Eloy Durán
2012-07-20 11:09:38 +02:00
parent b5003fc20a
commit e574b0f965
26 changed files with 2 additions and 35 deletions
@@ -9,6 +9,5 @@ Pod::Spec.new do |s|
s.description = 'ObjectiveLibModbus is an Objective-C wrapper class for the libmodbus library.' \
'I included tweaked and compiled libmodbus sourcefiles, that work with OS X and iOS in this project'
s.source_files = 'ObjectiveLibModbus/*.{h,m}', 'Vendor/libmodbus/*.{c,h}'
s.clean_path = "Demo"
s.requires_arc = true
end