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",
12 "Pete Smith": "peadar81@gmail.com"
15 "git": "https://github.com/superpeteblaze/SafeArray.git",
18 "social_media_url": "https://twitter.com/superpeteblaze",
22 "source_files": "SafeArray/Classes/**/*",
23 "pushed_with_swift_version": "3.0"