[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 6 / 1 / 2 / RMJSONPatch / 1.0 / RMJSONPatch.podspec.json
blobfa96735ae7c97dfb08f75eeaf2bc75f9e714bb8b
2   "name": "RMJSONPatch",
3   "version": "1.0",
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": "8.0",
18     "osx": "10.10"
19   },
20   "source": {
21     "git": "https://github.com/raymccrae/swift-jsonpatch.git",
22     "tag": "v1.0"
23   },
24   "source_files": [
25     "JSONPatch",
26     "Sources/**/*.{h,swift}"
27   ],
28   "swift_version": "4.2"