blob: 0d6e02bfce4c3bd829da12e16a113bab88665103 [file] [log] [blame]
{
"name": "WeakDictionary",
"version": "2.0.2",
"summary": "A naive (strong key/weak value) dictionary & (weak key/weak value) dictionary implementations in swift",
"homepage": "https://github.com/nicholascross/WeakDictionary",
"license": "MIT",
"authors": {
"Nicholas Cross": "isthisreallyneeded78908657634257756@gmail.com"
},
"platforms": {
"osx": "10.9",
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/nicholascross/WeakDictionary.git",
"tag": "2.0.2"
},
"source_files": "WeakDictionary/*.swift",
"requires_arc": true,
"swift_version": "4.2"
}