blob: b6b661b6bb36f067184927fa03b781786406f54e [file] [log] [blame]
{
"name": "JSONPatchSwift",
"version": "1.2",
"summary": "A RFC 6902 compliant implementation of JSONPatch in Swift.",
"description": "JSONPatchSwift is an implementation of JSONPatch (RFC 6902) in pure Swift.",
"homepage": "https://www.github.com/EXXETA/JSONPatchSwift",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"authors": {
"Dominic Frei": "dominic@dominicfrei.com",
"Sebastian Schmidt": "sebastian.schmidt2@exxeta.com",
"Peer Becker": "peer.becker@exxeta.com"
},
"source": {
"git": "https://github.com/EXXETA/JSONPatchSwift.git",
"tag": "1.2"
},
"source_files": "JsonPatchSwift",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"SwiftyJSON": [
]
}
}