[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 0 / c / PRJSONPatch / 2.0.0 / PRJSONPatch.podspec.json
blob2d8da4d0f3ff201d713df5f48599987ea26c2db9
2   "name": "PRJSONPatch",
3   "version": "2.0.0",
4   "summary": "A Swift μ-framework for creating RFC6902-compliant JSON patch objects",
5   "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.",
6   "homepage": "https://github.com/peterringset/JSONPatch",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "peterringset": "peter@ringset.no"
13   },
14   "source": {
15     "git": "https://github.com/peterringset/JSONPatch.git",
16     "tag": "2.0.0"
17   },
18   "source_files": [
19     "JSONPatch",
20     "JSONPatch/**/*.{h,swift}"
21   ],
22   "swift_versions": "4.2",
23   "platforms": {
24     "ios": "9.0",
25     "osx": "10.10"
26   },
27   "swift_version": "4.2"