[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / 5 / SimpleObjectPool / 0.1 / SimpleObjectPool.podspec.json
blobeaedac69b6e2f781a94db005138cc68f0d572453
2   "name": "SimpleObjectPool",
3   "version": "0.1",
4   "summary": "Simple thread-safe object pool in Objective-C",
5   "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",
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": "0.1"
14   },
15   "requires_arc": true,
16   "source_files": "*.{h,m}"