blob: 330b5f4c16834e53b3cb89277109862218360998 [file] [log] [blame]
{
"name": "NutPool",
"version": "1.0",
"summary": "基于异步的池子",
"description": "一个基于异步的池子, 支持Cell的重用",
"homepage": "https://github.com/wishWinds/NutPool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shupeng": "john.hi.gm@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/wishWinds/NutPool.git",
"tag": "1.0"
},
"source_files": "NutPool/**/*.{h,m,swift}",
"swift_versions": [
"5.0",
"5.1"
],
"swift_version": "5.1"
}