blob: 13f00cbc66337289fe5d881610c806e491c517c8 [file] [log] [blame]
{
"name": "PRJSONPatch",
"version": "1.0.1",
"summary": "A Swift μ-framework for creating RFC6902-compliant JSON patch objects",
"description": "A Swift µ-framework for creating RFC6902-compliant JSON patch objects.\n\nThe framework uses the built in Codable protocol to convert from Swift enum to json objects.",
"homepage": "https://github.com/peterringset/JSONPatch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"peterringset": "peter@ringset.no"
},
"source": {
"git": "https://github.com/peterringset/JSONPatch.git",
"tag": "1.0.1"
},
"source_files": [
"JSONPatch",
"JSONPatch/**/*.{h,swift}"
],
"swift_versions": "4.2",
"platforms": {
"ios": "9.0",
"osx": "10.10"
}
}