blob: d5705e7060fce35910062ab4e5aaba2924fe31cc [file] [log] [blame]
{
"name": "OrderedJSONSerialization",
"version": "1.0.4",
"summary": "For some reason, neither Apple, nor any other JSON serialization library for Swift supports ordered JSON. This fixes it.",
"description": "For some reason, neither Apple, nor any other JSON serialization library for Swift supports ordered JSON. This fixes it.\nEven though the JSON RFC specifies that the order is not important for JSON documents, in some cases, ordering is desired.\nWith Swift's native .sortedKeys WritingOption, this is partially supported, but only on the top-level of the document.\nGiven Dictionary's unsorted fashion of storing items, when using JSON documents as queries, this randomness preventsa caching\non a CDN. For this case, there's OrderedJSONSerialization.",
"homepage": "https://github.com/rafaelc0sta/OrderedJSONSerialization",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rafael Costa": "rafael@rafaelcosta.me"
},
"source": {
"git": "https://github.com/rafaelc0sta/OrderedJSONSerialization.git",
"tag": "1.0.4"
},
"social_media_url": "https://twitter.com/merafaelcosta",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "OrderedJSONSerialization/Classes/**/*",
"swift_version": "5.0"
}