[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 5 / d / WeakUniqueCollection / 0.2.0 / WeakUniqueCollection.podspec.json
blob7e967da2a068835e616806d7031e471f834512b0
2   "name": "WeakUniqueCollection",
3   "version": "0.2.0",
4   "summary": "Objective-C collection class that stores weak references to the objects and maintains uniqueness and thread safety.",
5   "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.",
6   "homepage": "https://github.com/sibext/WeakUniqueCollection",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Artyom Gladkov": "gladkov@sibext.com"
13   },
14   "source": {
15     "git": "https://github.com/sibext/WeakUniqueCollection.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Classes/**/*"