blob: 7e91ce8720274a5ccb3e15f9c0f936f8d816c3a1 [file] [log] [blame]
{
"name": "HMCThreadSafeMutableCollection",
"version": "0.0.1",
"summary": "Thread Safe Mutable Collection",
"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.",
"homepage": "https://github.com/hmchuong/iOS-ObjectiveC-HMCThreadSafeMultableCollection",
"license": "MIT",
"authors": {
"Chuong M. Huynh": "minhchuong.itus@gmail.com"
},
"source": {
"git": "https://github.com/hmchuong/iOS-ObjectiveC-HMCThreadSafeMultableCollection.git",
"tag": "0.0.1"
},
"source_files": "HMCThreadSafeMutableCollection/*.{h,m}",
"exclude_files": "HMCThreadSafeMutableCollection/Exclude",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}