From 5a6505b53ea8bb8db46af68b4d656acdd9f6e616 Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Wed, 27 Jun 2012 18:13:06 +0200 Subject: [PATCH] [Fix] JSONKit --- JSONKit/1.5pre/JSONKit.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JSONKit/1.5pre/JSONKit.podspec b/JSONKit/1.5pre/JSONKit.podspec index a33b6afe..4133d493 100644 --- a/JSONKit/1.5pre/JSONKit.podspec +++ b/JSONKit/1.5pre/JSONKit.podspec @@ -7,5 +7,6 @@ Pod::Spec.new do |s| s.author = 'John Engelhart' s.source = { :git => 'https://github.com/johnezang/JSONKit.git', :commit => '0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce' } - s.source_files = 'JSONKit.*' + s.source_files = 'JSONKit.*' + s.compiler_flags = '-Wno-deprecated-objc-isa-usage', '-Wno-format' end