Nicholas Mata

5pods
A simple way for turn JSON dictionaries into Swift Object. All that you have to do is create a class who's subclass is JSONModel, then call fill(withJson:) to fill the properties of the object and toJson() to turn the object back into JSON.
License: MIT
SimpleSync is a library that can be used to sync CoreData with server database using REST API. This makes displaying values in a UITableView very easy using NSFetchedResultsController.
License: MIT