blob: 4fa06855208e193ee68fa91370cd7775e3a8ffa7 [file] [log] [blame]
{
"name": "DynoJSON",
"version": "0.1.0",
"summary": "JSON parsing using dynamicMemberLookup feature.",
"swift_version": "4.2",
"description": "JSON parsing using dynamicMemberLookup feature\nWith this utility you can easily get needed value from JSON.\nAll that you need explicity set value type.",
"homepage": "https://github.com/Vergunof/DynamicJSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Vergunov": "andrewvergunov@gmail.com"
},
"source": {
"git": "https://github.com/Vergunof/DynamicJSON.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DynoJSON/Classes/**/*"
}