added ObjC linker flag to fix issue with JSONKit categories

This commit is contained in:
Justin Voss
2011-09-18 13:18:59 -05:00
parent e47d6dc926
commit fe7df26fe5
+2
View File
@@ -8,4 +8,6 @@ Pod::Spec.new do
:commit => 'v1.4'
source_files 'JSONKit.*'
xcconfig 'OTHER_LDFLAGS' => '-ObjC'
end