Skip to content

Commit

Permalink
added ObjC linker flag to fix issue with JSONKit categories
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvoss committed Sep 18, 2011
1 parent e47d6dc commit fe7df26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JSONKit/1.4/JSONKit.podspec
Expand Up @@ -8,4 +8,6 @@ Pod::Spec.new do
:commit => 'v1.4' :commit => 'v1.4'


source_files 'JSONKit.*' source_files 'JSONKit.*'

xcconfig 'OTHER_LDFLAGS' => '-ObjC'
end end

0 comments on commit fe7df26

Please sign in to comment.