2 "name": "MTEThreadsafeCollections",
4 "summary": "Threadsafe collections as replacement for NSMutableArray/Dictionary/Set",
5 "description": "A collection of threadsafe replacements for NSMutableArray, NSMutableDictionary and NSMutableSet. Uses GCD dispatch queues for threadsafety.",
6 "homepage": "https://github.com/mateforevents/MTEThreadsafeCollections",
9 "mheicke": "matthias.heicke@mateforevents.com"
11 "social_media_url": "https://www.facebook.com/mateforevents",
17 "git": "https://github.com/mateforevents/MTEThreadsafeCollections.git",
23 "source_files": "Pod/MTEThreadsafeArray.{h,m}"
27 "source_files": "Pod/MTEThreadsafeDictionary.{h,m}"
31 "source_files": "Pod/MTEThreadsafeSet.{h,m}"