Changing source_files to include only .h and .m files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user