blob: 1cb259b7c395d078e9399f62dd6d9441249b63c0 [file] [log] [blame]
{
"name": "EasyJSON",
"version": "0.5.0",
"summary": "A simple and fast way to turn JSON dictionary or string into a Swift Object.",
"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.",
"homepage": "https://github.com/MataDesigns/EasyJSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicholas Mata": "NicholasMata94@gmail.com"
},
"source": {
"git": "https://github.com/MataDesigns/EasyJSON.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "EasyJSON/**/*",
"frameworks": "Foundation"
}