See big pixels when zooming SKCameraNode?

I use SKCameraNode and it's xScale and yScale properties to zoom in on my scene. It appears that SpriteKit is trying to antialiase the sprite pixels in this case, so everything remains blurry. Instead, I'd like to see big blocky pixels of the sprite, as you would in an image editor. Is there a way to turn off this antialiasing?


Rob