blob: 6dc9c61f65ae0f8c46778324cff84e0f2e7752a4 [file] [log] [blame]
{
"name": "HMCThreadSafeMutableArray",
"version": "0.0.1",
"summary": "HMCThreadSafeMutableArray is an array that can be use safely in mutiple threads, handling with race condition",
"description": "NSMutableArray is threadunsafe (race condition would appear when a NSMutableArray 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-HMCThreadSafeMultipleArray",
"license": "MIT",
"authors": {
"Chuong M. Huynh": "minhchuong.itus@gmail.com"
},
"source": {
"git": "https://github.com/hmchuong/iOS-ObjectiveC-HMCThreadSafeMultipleArray.git",
"tag": "0.0.1"
},
"source_files": [
"HMCThreadSafeMutableArray",
"HMCThreadSafeMutableArray/**/*.{h,m}"
],
"exclude_files": "HMCThreadSafeMutableArray/Exclude",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
},
"deprecated": true
}