blob: c135f6320d610c861b3132ed60da4a8216f1d2a3 [file] [log] [blame]
{
"name": "WeakDictionary",
"version": "1.1.0",
"summary": "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": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/nicholascross/WeakDictionary.git",
"tag": "1.1.0"
},
"source_files": "WeakDictionary/*",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}