4 "summary": "A simple and fast way to turn JSON dictionary or string into a Swift Object.",
5 "description": "A simple way for turn JSON dictionaries into Swift Object.\nAll 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\ntoJson() to turn the object back into JSON.",
6 "homepage": "https://github.com/NicholasMata/EasyJSON",
12 "Nicholas Mata": "NicholasMata94@gmail.com"
15 "git": "https://github.com/NicholasMata/EasyJSON.git",
21 "source_files": "EasyJSON/**/*",
26 "pushed_with_swift_version": "3.0"