blob: 15aeea3a8be20f60cb6744ee5c5ee4b724db029e [file] [log] [blame]
{
"name": "LNZWeakCollection",
"platforms": {
"ios": "8.0"
},
"version": "1.1.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.1.2"
},
"frameworks": "Foundation",
"source_files": "LNZWeakCollection/**/*.{swift, h}"
}