[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / 0 / JSONValueRX / 8.0.0 / JSONValueRX.podspec.json
blob249c10e9e68d157972c2ead62876832a202c7f91
2   "name": "JSONValueRX",
3   "version": "8.0.0",
4   "summary": "Simple Swift JSON representation supporting subscripting and pattern matching.",
5   "description": "Simple Swift JSON representation supporting subscripting and pattern matching. JSONValue uses an algebraic datatype representation of JSON for type safety and pattern matching.",
6   "homepage": "https://github.com/rexmas/JSONValue",
7   "license": "MIT",
8   "authors": {
9     "rexmas": "rex.fenley@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/rexmas/JSONValue.git",
13     "tag": "8.0.0"
14   },
15   "platforms": {
16     "ios": "12.0",
17     "osx": "10.13"
18   },
19   "swift_versions": "5.9.0",
20   "requires_arc": true,
21   "source_files": "Sources/**/*.swift",
22   "resource_bundles": {
23   },
24   "swift_version": "5.9.0"