blob: 0fb2ba2e08db1b53ea364613a31930776ebe5d9d [file] [log] [blame]
{
"name": "JsonSwiftson",
"version": "1.0.7",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/evgenyneu/JsonSwiftson",
"summary": "Parses JSON and maps it to Swift types.",
"description": " JsonSwiftson is a helper class for parsing JSON text and mapping it to Swift types.\n\n The project goals:\n\n * Map JSON text into Swift structures or classes.\n * Keep the library tiny by using Swift generics and taking advantage of type casting features of the language.\n * Expose just a single API method `map()` to handle strings, numbers, booleans and arrays of those types.\n * Support casting to optional types.\n * Check if the mapping was successful.\n * Make sure mapping is fast.\n",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/evgenyneu/JsonSwiftson.git",
"tag": "1.0.7"
},
"screenshots": "https://raw.githubusercontent.com/evgenyneu/JsonSwiftson/master/Graphics/GithubLogo/json_swiftson_parser.png",
"source_files": "JsonSwiftson/JsonSwiftson.swift",
"platforms": {
"ios": "8.0"
}
}