blob: c40ca95b9d8d2176dffd62a4f62fcc9a2b674105 [file] [log] [blame]
{
"name": "EasyJSON",
"version": "0.1.0",
"summary": "A simple and fast way to turn JSON dictionary 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/NicholasMata/EasyJSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicholas Mata": "NicholasMata94@gmail.com"
},
"source": {
"git": "https://github.com/NicholasMata/EasyJSON.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "EasyJSON/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit"
]
}