This commit is contained in:
gem
2025-01-21 16:43:11 +08:00
parent 6edba8c6e7
commit 403b3db7be
39 changed files with 55 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "cocos_view_pod",
"version": "0.1.0",
"summary": "A short description of cocos_view_pod.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/gem/cocos_view_pod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gem": "cc@gmail2.com"
},
"source": {
"git": "https://github.com/gem/cocos_view_pod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "cocos_view_pod/Classes/**/*"
}