blob: 745918e746189a67d8ce3a031b8c6ab6df048b71 [file] [log] [blame]
{
"name": "DynoJSON",
"version": "0.1.1",
"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.1"
},
"platforms": {
"osx": "10.10",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "DynoJSON/Classes/**/*"
}