[Add] MappIntelligence 5.0.13
[CocoaPods.git] / Specs / 1 / e / 6 / JSONValue2 / 7.4.0 / JSONValue2.podspec.json
blob1bdf518aa9d55f23155da9383583f4f2433b47c0
2   "name": "JSONValue2",
3   "version": "7.4.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/haifengkao/JSONValue2.git",
7   "license": "MIT",
8   "authors": {
9     "rexmas": "rex.fenley@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/haifengkao/JSONValue2.git",
13     "tag": "7.4.0"
14   },
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12"
18   },
19   "swift_versions": "5.3.2",
20   "requires_arc": true,
21   "source_files": "Sources/**/*.swift",
22   "resource_bundles": {
23   },
24   "swift_version": "5.3.2"