blob: fa96735ae7c97dfb08f75eeaf2bc75f9e714bb8b [file] [log] [blame]
{
"name": "RMJSONPatch",
"version": "1.0",
"summary": "JSONPatch is a swift library for applying and generating RFC-6902 compliant JSON patches.",
"module_name": "JSONPatch",
"description": "JSONPatch is a swift library for applying and generating RFC-6902 compliant JSON patches.\nThe library is built on top of JSONSerialization from Foundation and offers many convenience\nmethods to make it easy to work with json-patches.",
"homepage": "https://github.com/raymccrae/swift-jsonpatch",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Raymond McCrae": "raymccrae@yahoo.com"
},
"social_media_url": "http://twitter.com/raymccrae",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/raymccrae/swift-jsonpatch.git",
"tag": "v1.0"
},
"source_files": [
"JSONPatch",
"Sources/**/*.{h,swift}"
],
"swift_version": "4.2"
}