blob: eaedac69b6e2f781a94db005138cc68f0d572453 [file] [log] [blame]
{
"name": "SimpleObjectPool",
"version": "0.1",
"summary": "Simple thread-safe object pool in Objective-C",
"description": " Simple implementation of a thread-safe object pool.\n When the pool is empty, it naively creates another\n object using a block provided.\n",
"homepage": "https://github.com/paulmelnikow/SimpleObjectPool",
"license": "Apache 2.0",
"authors": {
"Paul Melnikow": "github@paulmelnikow.com"
},
"source": {
"git": "https://github.com/paulmelnikow/SimpleObjectPool.git",
"tag": "0.1"
},
"requires_arc": true,
"source_files": "*.{h,m}"
}