[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / 9 / HMCThreadSafeMutableCollection / 0.0.1 / HMCThreadSafeMutableCollection.podspec.json
blob7e91ce8720274a5ccb3e15f9c0f936f8d816c3a1
2   "name": "HMCThreadSafeMutableCollection",
3   "version": "0.0.1",
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",
7   "license": "MIT",
8   "authors": {
9     "Chuong M. Huynh": "minhchuong.itus@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/hmchuong/iOS-ObjectiveC-HMCThreadSafeMultableCollection.git",
13     "tag": "0.0.1"
14   },
15   "source_files": "HMCThreadSafeMutableCollection/*.{h,m}",
16   "exclude_files": "HMCThreadSafeMutableCollection/Exclude",
17   "platforms": {
18     "osx": null,
19     "ios": null,
20     "tvos": null,
21     "watchos": null
22   }