[Add] EcommpaySDK_UI 3.6.6
[CocoaPods.git] / Specs / 6 / 1 / 2 / RMJSONPatch / 1.0.5 / RMJSONPatch.podspec.json
blob23ad854659f9d7add752d0536da14177e37c640b
2   "name": "RMJSONPatch",
3   "version": "1.0.5",
4   "summary": "JSONPatch is a swift library for applying and generating RFC-6902 compliant JSON patches.",
5   "module_name": "JSONPatch",
6   "description": "JSONPatch is a swift library for applying and generating RFC-6902 compliant JSON patches.\nThe library is built on top of JSONSerialization from Foundation and offers many convenience\nmethods to make it easy to work with json-patches.",
7   "homepage": "https://github.com/raymccrae/swift-jsonpatch",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Raymond McCrae": "raymccrae@yahoo.com"
14   },
15   "social_media_url": "http://twitter.com/raymccrae",
16   "platforms": {
17     "ios": "11.0",
18     "osx": "10.12",
19     "watchos": "3.0",
20     "tvos": "10.0"
21   },
22   "source": {
23     "git": "https://github.com/raymccrae/swift-jsonpatch.git",
24     "tag": "v1.0.5"
25   },
26   "source_files": [
27     "JSONPatch",
28     "Sources/**/*.{h,swift}"
29   ],
30   "swift_versions": [
31     "5"
32   ],
33   "swift_version": "5"