blob: af0aed1ee3f9e06218d56a3d24f3901b4d291a31 [file] [log] [blame]
{
"name": "EasyDictionary",
"version": "0.2.1",
"summary": "Nothing special just a few helpers to get values from a dictionary.",
"description": "This little helper provides some methods to get optional and non-optional values from your dictionary. This can be used anywhere, but we use it mostly to parse data from an endpoint into an object.",
"homepage": "https://github.com/roadmaptravel/EasyDictionary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Niels Koole": "niels@getroadmap.com"
},
"source": {
"git": "https://github.com/roadmaptravel/EasyDictionary.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/roadmaptravel",
"platforms": {
"ios": "8.0"
},
"source_files": "EasyDictionary/Classes/**/*",
"swift_version": "4.0"
}