initial commit

This commit is contained in:
Caleb
2026-03-01 15:59:27 +08:00
commit a9e97d56cb
1426 changed files with 172367 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "FURenderKit",
"version": "0.1.0",
"summary": "A short description of FURenderKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Caleb/FURenderKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Caleb": "liaoqiang1123@gmail.com"
},
"source": {
"git": "https://github.com/Caleb/FURenderKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "FURenderKit/Classes/**/*",
"vendored_frameworks": "FURenderKit/sdk/*.framework",
"ios": {
"resources": "FURenderKit/Assets/**/*.bundle"
}
}