[Add] DemoTestFramework 1.0.10
[CocoaPods.git] / Specs / 8 / 5 / 0 / HMCThreadSafeMutableArray / 0.0.1 / HMCThreadSafeMutableArray.podspec.json
blob6dc9c61f65ae0f8c46778324cff84e0f2e7752a4
2   "name": "HMCThreadSafeMutableArray",
3   "version": "0.0.1",
4   "summary": "HMCThreadSafeMutableArray is an array that can be use safely in mutiple threads, handling with race condition",
5   "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.",
6   "homepage": "https://github.com/hmchuong/iOS-ObjectiveC-HMCThreadSafeMultipleArray",
7   "license": "MIT",
8   "authors": {
9     "Chuong M. Huynh": "minhchuong.itus@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/hmchuong/iOS-ObjectiveC-HMCThreadSafeMultipleArray.git",
13     "tag": "0.0.1"
14   },
15   "source_files": [
16     "HMCThreadSafeMutableArray",
17     "HMCThreadSafeMutableArray/**/*.{h,m}"
18   ],
19   "exclude_files": "HMCThreadSafeMutableArray/Exclude",
20   "platforms": {
21     "osx": null,
22     "ios": null,
23     "tvos": null,
24     "watchos": null
25   },
26   "deprecated": true