[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 0 / c / PRJSONPatch / 1.0.1 / PRJSONPatch.podspec.json
blob13f00cbc66337289fe5d881610c806e491c517c8
2   "name": "PRJSONPatch",
3   "version": "1.0.1",
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": "1.0.1"
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   }