blob: 96faf54fc3659bad856c5fd5d78bd7d06a1a22cc [file] [log] [blame]
{
"name": "EasyJSON",
"version": "1.0.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": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "EasyJSON/**/*",
"frameworks": "Foundation"
}