first commit

This commit is contained in:
Yu Sung
2023-08-09 15:32:42 +09:00
commit 058c907609
17 changed files with 439 additions and 0 deletions

18
Podfile Normal file
View File

@@ -0,0 +1,18 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'SodaLive' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for SodaLive
end
target 'SodaLive-dev' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for SodaLive-dev
end