JASON
JASON copied to clipboard
Fix compile error on linux
I got the following error on linux.
.build/checkouts/JASON/Source/JSONKey.swift:26:8 error: No such module 'CoreGraphics'
import CoreGraphics
^
So I remove CoreGraphics dependency for linux.