blob: e2d846b1bb1d8e14c88599c7bd7751accde2b910 [file] [log] [blame]
{
"name": "LNZWeakCollection",
"platforms": {
"ios": "10.0"
},
"version": "1.1.1",
"summary": "A swift collection to store weak references to objects.",
"description": "LNZWeakCollection has implementations for collections of weak references to objects and dictionary with weak keys or weak values.",
"requires_arc": true,
"license": {
"type": "MIT"
},
"homepage": "https://www.pfrpg.net",
"authors": {
"Giuseppe Lanza": "gringoire986@gmail.com"
},
"source": {
"git": "https://github.com/gringoireDM/LNZWeakCollection.git",
"tag": "v1.1.1"
},
"frameworks": "Foundation",
"source_files": "LNZWeakCollection/**/*.{swift, h}"
}