blob: dcade1e40806b762e120362c599c62317f29ecdb [file] [log] [blame]
{
"name": "GRKConcurrentCollections",
"version": "1.0",
"summary": "Threadsafe collections for Objective C.",
"description": "Classes which encapsulate NSMutableArray, NSMutableDictionary, and NSMutableSet for\nthreadsafe concurrent read and write access.\n",
"homepage": "https://github.com/levigroker/GRKConcurrentCollections",
"license": "Creative Commons Attribution 3.0 Unported License",
"authors": {
"Levi Brown": "levigroker@gmail.com"
},
"social_media_url": "https://twitter.com/levigroker",
"source": {
"git": "https://github.com/levigroker/GRKConcurrentCollections.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "GRKConcurrentCollections/**/*.{h,m}"
}