Daniel Green

4pods
By implementing the DropboxSyncable protocol methods in your class will make the class syncable via Dropbox.
License: MIT
REST model resource mapping. Time saving. Opinionated. Convention over configuration. Inspired by Rails and ActiveRecord.
License: MIT
InvertedCircleMaskNode allows you to create a SpriteKit node that can act as an inverted circular mask. It can be used, for example, to be able to allow the player to see behind walls if your character is behind a wall.
This is possible by using an image of a transparent (alpha 0) circle within a rectangle of the size of the scene. Behind the scenes, this little library will pre-generate this image for you given a position and radius so you don't have to create any assets manually.
License: MIT