blob: 74233ba1194f04c24456b8eb252f73cda05d4e8d [file] [log] [blame]
{
"name": "WeakUniqueCollection",
"version": "0.2.1",
"summary": "Objective-C collection class that stores weak references to the objects and maintains uniqueness and thread safety.",
"description": "WeakUniqueCollection class has behavior similar to NSMutableSet (in terms of uniqueness of objects inside it)but it stores weak references and thread-safe. It could be very useful for implementation ofmulti-cast delegates and observers.",
"homepage": "https://github.com/sibext/WeakUniqueCollection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Artyom Gladkov": "gladkov@sibext.com"
},
"source": {
"git": "https://github.com/sibext/WeakUniqueCollection.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/**/*"
}