blob: fdec434ec4ee48cd3b0ca14da79f473d0f7effed [file] [log] [blame]
{
"name": "JSONPatch",
"homepage": "https://github.com/Zi0P4tch0/JSONPatch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"version": "1.0",
"summary": "Helper class that generates RFC 6902 compliant JSON patches",
"authors": {
"Matteo Pacini": "ispeakprogramming@gmail.com"
},
"source": {
"git": "https://github.com/Zi0P4tch0/JSONPatch.git",
"tag": "1.0"
},
"source_files": "JSONPatch.{h,m}",
"requires_arc": true,
"frameworks": "Foundation",
"deprecated": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}