4 "summary": "Core JSON data model and utilities",
5 "description": "CoreJSON provides a simple JSON data model and on top of it serveral extension modules\nlike convenience value accessors, subscripting support, literal initializers, JSON\npointers (rfc6901) and conversion from/to Foundation JSON produced and consumed by\nJSONSerialization.",
6 "homepage": "https://github.com/tomquist/CoreJSON",
14 "social_media_url": "https://twitter.com/tomqueue",
22 "git": "https://github.com/tomquist/CoreJSON.git",
25 "default_subspecs": "Core",
26 "pushed_with_swift_version": "3.0\n",
30 "source_files": "Sources/CoreJSON/*.swift"
33 "name": "Convenience",
34 "source_files": "Sources/CoreJSONConvenience/*.swift",
43 "frameworks": "Foundation",
44 "source_files": "Sources/CoreJSONFoundation/*.swift",
53 "source_files": "Sources/CoreJSONLiterals/*.swift",
62 "frameworks": "Foundation",
63 "source_files": "Sources/CoreJSONPointer/*.swift",
72 "source_files": "Sources/CoreJSONSubscript/*.swift",