blob: 4b2c632c974184047138b9f57530fc8e701532c3 [file] [log] [blame]
{
"name": "IISwiftBaseUti",
"version": "0.2.0",
"summary": "IISwift基础服务",
"description": "包含:\n1.多种破次方排序方法(heapsort/mergesort)\n2.自定义轻量级队列(IIQueue)\n3.GCD二次封装(GCGUtils)",
"homepage": "https://github.com/hatjs880328s/IISwiftBaseUti",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hatjs880328s": "shanwzh@inspur.com"
},
"source": {
"git": "https://github.com/hatjs880328s/IISwiftBaseUti.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "IISwiftBaseUti/Classes/**/*",
"swift_version": "4.2"
}