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
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ Pod::Spec.new do
:commit => 'v1.4'

source_files 'JSONKit.*'

xcconfig 'OTHER_LDFLAGS' => '-ObjC'
end

0 comments on commit fe7df26

Please sign in to comment.