[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 4 / 2 / SafeArray / 1.0 / SafeArray.podspec.json
blob107a5e9652a2461528c9f9d7747e281d23eee861
2   "name": "SafeArray",
3   "version": "1.0",
4   "summary": "SafeArray is a wrapper on a Swift Array which provides thread-safe access to the Array elements.",
5   "description": "SafeArray is attended to be used in place of a general Swift Array\nIt provides thread-safe access to it's underlying Array collection.\nThread-safe versions Array/Collection methods such as append, map are provided.",
6   "homepage": "https://github.com/superpeteblaze/SafeArray",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pete Smith": "peadar81@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/superpeteblaze/SafeArray.git",
16     "tag": "v1.0"
17   },
18   "social_media_url": "https://twitter.com/superpeteblaze",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "SafeArray/Classes/**/*",
23   "pushed_with_swift_version": "3.0"