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