Fixed source_files

This commit is contained in:
Lars-Jørgen Kristiansen
2012-05-24 12:44:44 +02:00
parent 3a1fbbfcf3
commit 9a305eb0d0
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/iUtvikler/ObjectiveLibModbus.git', :tag => '0.0.1' }
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', 'Vendor'
s.source_files = 'ObjectiveLibModbus/*.{h,m}', 'Vendor/libmodbus/*.{c,h}'
s.clean_path = "Demo"
s.requires_arc = true
end