2 "name": "HMCThreadSafeMutableCollection",
4 "summary": "Thread Safe Mutable Collection",
5 "description": "NSMutableArray, NSMutableDictionary is threadunsafe (race condition would appear when a NSMutableArray, NSMutableDictionary accessed from multiple threads). This project is a threadsafe wrapper, which provides base methods for creating, adding, removing and accessing object in an array without race condition.",
6 "homepage": "https://github.com/hmchuong/iOS-ObjectiveC-HMCThreadSafeMultableCollection",
9 "Chuong M. Huynh": "minhchuong.itus@gmail.com"
12 "git": "https://github.com/hmchuong/iOS-ObjectiveC-HMCThreadSafeMultableCollection.git",
15 "source_files": "HMCThreadSafeMutableCollection/*.{h,m}",
16 "exclude_files": "HMCThreadSafeMutableCollection/Exclude",