[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / d / 6 / DanmakuKit / 1.3.4 / DanmakuKit.podspec.json
blobb9bdfa5617cda0445b34dcac2374ec49708e9a47
2   "name": "DanmakuKit",
3   "version": "1.3.4",
4   "summary": "DanmakuKit is a tool for rapid development of danmaku functions.",
5   "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.",
6   "homepage": "https://github.com/qyz777/DanmakuKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "qyz777": "qyizhong1998@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/qyz777/DanmakuKit.git",
16     "tag": "1.3.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": [
22     "5.0"
23   ],
24   "default_subspecs": [
25     "Core"
26   ],
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "DanmakuKit/Classes/Core/**/*"
31     },
32     {
33       "name": "Gif",
34       "source_files": "DanmakuKit/Classes/Gif/**/*",
35       "dependencies": {
36         "DanmakuKit/Core": [
38         ]
39       }
40     }
41   ],
42   "swift_version": "5.0"