Removing ('-Wno' compiler flags) compiler flags

This commit is contained in:
Diego Chohfi
2012-11-14 11:31:20 -02:00
parent cd7893f58a
commit 88f5aa5628
3 changed files with 0 additions and 3 deletions
@@ -7,6 +7,5 @@ Pod::Spec.new do |s|
s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' }
s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.0.0' }
s.source_files = 'KeyValueObjectMapping'
s.compiler_flags = '-Wno-format-security'
s.requires_arc = true
end