blob: 30005f6eae23bacf36ba4cdf87485612a72edc2a [file] [log] [blame]
{
"name": "DanmakuKit",
"version": "0.1.0",
"summary": "DanmakuKit is a tool for rapid development of danmaku functions.",
"description": "DanmakuKit is a high performance danmaku framework that you can use to customize your own unique danmaku style. It provides an asynchronous and synchronous way for you to draw a danmaku. And it provides three types of danmaku: floating, roof screens and floor screens.",
"homepage": "https://github.com/qyz777/DanmakuKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qyz777": "qyizhong1998@gmail.com"
},
"source": {
"git": "https://github.com/qyz777/DanmakuKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"5.0"
],
"source_files": "DanmakuKit/Classes/**/*",
"swift_version": "5.0"
}