Skip to content

Commit

Permalink
Removing ('-Wno' compiler flags) compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dchohfi committed Nov 14, 2012
1 parent cd7893f commit 88f5aa5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Expand Up @@ -7,6 +7,5 @@ Pod::Spec.new do |s|
s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' } s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' }
s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.0.0' } s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.0.0' }
s.source_files = 'KeyValueObjectMapping' s.source_files = 'KeyValueObjectMapping'
s.compiler_flags = '-Wno-format-security'
s.requires_arc = true s.requires_arc = true
end end
Expand Up @@ -7,6 +7,5 @@ Pod::Spec.new do |s|
s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' } s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' }
s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.1' } s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.1' }
s.source_files = 'KeyValueObjectMapping' s.source_files = 'KeyValueObjectMapping'
s.compiler_flags = '-Wno-format-security'
s.requires_arc = true s.requires_arc = true
end end
Expand Up @@ -8,6 +8,5 @@ Pod::Spec.new do |s|
s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' } s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' }
s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.2' } s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.2' }
s.source_files = 'KeyValueObjectMapping' s.source_files = 'KeyValueObjectMapping'
s.compiler_flags = '-Wno-format-security'
s.requires_arc = true s.requires_arc = true
end end

0 comments on commit 88f5aa5

Please sign in to comment.