Changing source_files to include only .h and .m files.

This commit is contained in:
Diego Chohfi
2012-05-22 15:59:07 -03:00
parent b9efa2fe5d
commit 39f02caee1
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' }
s.source = { :git => 'http://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.0.0' }
s.source_files = 'KeyValueObjectMapping'
s.source_files = 'KeyValueObjectMapping/*.{h|m}'
s.requires_arc = true
s.requires_arc = true
end