blob: 3d8750f61438c3430732d9c5f801992bd3c1ceb8 [file] [log] [blame]
{
"name": "JsonSwiftson",
"version": "1.0.8",
"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 goals of this project:\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.8"
},
"screenshots": "https://raw.githubusercontent.com/evgenyneu/JsonSwiftson/master/Graphics/GithubLogo/json_swiftson_parser.png",
"source_files": "JsonSwiftson/JsonSwiftson.swift",
"platforms": {
"ios": "8.0"
}
}