blob: 447e9d6b5a8b87fd8a7248a636934684566fe5c0 [file] [log] [blame]
{
"name": "EasyJSON",
"version": "0.4.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/NicholasMata/EasyJSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicholas Mata": "NicholasMata94@gmail.com"
},
"source": {
"git": "https://github.com/NicholasMata/EasyJSON.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "EasyJSON/**/*",
"frameworks": [
"Foundation",
"UIKit"
],
"pushed_with_swift_version": "3.0"
}