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