blob: b4fe10cc83ad2a45d7f9366980de4552dbd8908b [file] [log] [blame]
{
"name": "LNZWeakCollection",
"platforms": {
"ios": "8.0"
},
"version": "1.2.0",
"swift_version": "4.2",
"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.2.0"
},
"frameworks": "Foundation",
"source_files": "LNZWeakCollection/**/*.{swift, h}"
}