blob: 7e967da2a068835e616806d7031e471f834512b0 [file] [log] [blame]
{
"name": "WeakUniqueCollection",
"version": "0.2.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/**/*"
}