[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / f / 3 / a / JSONPatchSwift / 1.1 / JSONPatchSwift.podspec.json
blob80c1bf4023b891d8f636aa6338b5668d583734de
2   "name": "JSONPatchSwift",
3   "version": "1.1",
4   "summary": "A RFC 6902 compliant implementation of JSONPatch in Swift.",
5   "description": "JSONPatchSwift is an implementation of JSONPatch (RFC 6902) in pure Swift.",
6   "homepage": "https://www.github.com/EXXETA/JSONPatchSwift",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Dominic Frei": "dominic@dominicfrei.com",
13     "Sebastian Schmidt": "sebastian.schmidt2@exxeta.com",
14     "Peer Becker": "peer.becker@exxeta.com"
15   },
16   "source": {
17     "git": "https://github.com/EXXETA/JSONPatchSwift.git",
18     "tag": "1.1"
19   },
20   "source_files": "JsonPatchSwift",
21   "platforms": {
22     "ios": "9.0"
23   },
24   "dependencies": {
25     "SwiftyJSON": [
27     ]
28   }