blob: cf9a68f9aac335b7e766f341a41fbd7aec2f1393 [file] [log] [blame]
{
"name": "Pooling",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": [
"Sources",
"Sources/**/*.{swift}"
],
"pushed_with_swift_version": "4.0"
}