[Fix] JSONKit

This commit is contained in:
Fabio Pelosin
2012-06-27 18:13:06 +02:00
parent 4769358718
commit 5a6505b53e
+2 -1
View File
@@ -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