Initial commit

This commit is contained in:
gem
2025-01-16 17:56:11 +08:00
commit 6edba8c6e7
15 changed files with 700 additions and 0 deletions

6
Example/Podfile Normal file
View File

@@ -0,0 +1,6 @@
use_frameworks!
target 'cocos_view_pod_Tests' do
pod 'cocos_view_pod', :path => '../'
end