[Add] AudioLib 0.0.2
[CocoaPods.git] / Specs / 3 / 0 / c / PRJSONPatch / 1.0 / PRJSONPatch.podspec.json
blobec83efc646a402c9a224f4cf8bea6308a0da4052
2   "name": "PRJSONPatch",
3   "version": "1.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": "1.0"
17   },
18   "source_files": [
19     "JSONPatch",
20     "JSONPatch/**/*.{h,swift}"
21   ],
22   "swift_version": "4.2",
23   "platforms": {
24     "ios": "9.0",
25     "osx": "10.10"
26   }