blob: 26238ebbd3bda56e1f71729f72f1f09aa561cf1e [file] [log] [blame]
{
"name": "Pooling",
"version": "0.0.3",
"summary": "Pooling is an interface to create pools",
"description": "Pooling provides an interface for classes that implement object pool design pattern, as well as default 'Pool' implementation",
"homepage": "https://github.com/gitvalue/Pooling",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Volosach": "dmitry.volosach@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/gitvalue/Pooling.git",
"tag": "0.0.3"
},
"source_files": [
"src",
"src/**/*.{swift}"
],
"pushed_with_swift_version": "4.0"
}