blob: 4db269151704b065429195c10a951ce3aabf04b5 [file] [log] [blame]
{
"name": "SimpleObjectPool",
"version": "1.0.1",
"summary": "Simple thread-safe object pool in Objective-C",
"description": "Simple implementation of a thread-safe object pool.\nWhen the pool is empty, it naively creates another\nobject using a block provided.",
"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": "1.0.1"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}