[Clean] Remove compiler flags which disabled warnings

This commit is contained in:
Fabio Pelosin
2013-03-21 16:06:09 +01:00
parent ecc85d00b7
commit 017c423e46
25 changed files with 9 additions and 31 deletions
-1
View File
@@ -8,5 +8,4 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/johnezang/JSONKit.git', :commit => '0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce' }
s.source_files = 'JSONKit.*'
s.compiler_flags = '-Wno-deprecated-objc-isa-usage', '-Wno-format'
end