blob: 107a5e9652a2461528c9f9d7747e281d23eee861 [file] [log] [blame]
{
"name": "SafeArray",
"version": "1.0",
"summary": "SafeArray is a wrapper on a Swift Array which provides thread-safe access to the Array elements.",
"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.",
"homepage": "https://github.com/superpeteblaze/SafeArray",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pete Smith": "peadar81@gmail.com"
},
"source": {
"git": "https://github.com/superpeteblaze/SafeArray.git",
"tag": "v1.0"
},
"social_media_url": "https://twitter.com/superpeteblaze",
"platforms": {
"ios": "9.0"
},
"source_files": "SafeArray/Classes/**/*",
"pushed_with_swift_version": "3.0"
}