2 "name": "SimpleObjectPool",
4 "summary": "Simple thread-safe object pool in Objective-C",
5 "description": "Simple implementation of a thread-safe object pool.\nWhen the pool is empty, it naively creates another\nobject using a block provided.",
6 "homepage": "https://github.com/paulmelnikow/SimpleObjectPool",
7 "license": "Apache 2.0",
9 "Paul Melnikow": "github@paulmelnikow.com"
12 "git": "https://github.com/paulmelnikow/SimpleObjectPool.git",
16 "source_files": "*.{h,m}",