blob: 1a2bf7110242485cb7cbd8600865cdd8ee4193fd [file] [log] [blame]
{
"name": "DefaultDict",
"version": "1.0.0",
"summary": "A Swift microframework for for dictionaries with default values.",
"description": "DefaultDict is a simple Swift type representing a dictionary with default values. Similar to python's defaultdict, it allows the user to specify a default value that will be returned when a key not currently in the dictionary is accessed.",
"homepage": "https://github.com/noahsark769/DefaultDict",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Noah Gilmore": "noah.w.gilmore@gmail.com"
},
"source": {
"git": "https://github.com/noahsark769/DefaultDict.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/noahsark769",
"platforms": {
"ios": "8.0"
},
"source_files": "DefaultDict/Classes/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}