[Add] TensorFlowLiteC 0.0.1-nightly.20241230
[CocoaPods.git] / Specs / b / e / 5 / SimpleObjectPool / 1.0.0 / SimpleObjectPool.podspec.json
blobc1cb6d7a7322d583ac2633473e3305148a7790e8
2   "name": "SimpleObjectPool",
3   "version": "1.0.0",
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",
8   "authors": {
9     "Paul Melnikow": "github@paulmelnikow.com"
10   },
11   "source": {
12     "git": "https://github.com/paulmelnikow/SimpleObjectPool.git",
13     "tag": "1.0.0"
14   },
15   "requires_arc": true,
16   "source_files": "*.{h,m}",
17   "platforms": {
18     "osx": null,
19     "ios": null,
20     "tvos": null,
21     "watchos": null
22   }