blob: ec83efc646a402c9a224f4cf8bea6308a0da4052 [file] [log] [blame]
{
"name": "PRJSONPatch",
"version": "1.0",
"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"
},
"source_files": [
"JSONPatch",
"JSONPatch/**/*.{h,swift}"
],
"swift_version": "4.2",
"platforms": {
"ios": "9.0",
"osx": "10.10"
}
}