| { |
| "name": "WeakDictionary", |
| "version": "1.2.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.2.0" |
| }, |
| "source_files": "WeakDictionary/*", |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |