Initial commit

This commit is contained in:
Keannu Christian Bernasol 2023-03-05 19:24:34 +08:00
commit a93bf39373
59 changed files with 17499 additions and 0 deletions

6
Gemfile Normal file
View file

@ -0,0 +1,6 @@
source 'https://rubygems.org'
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby File.read(File.join(__dir__, '.ruby-version')).strip
gem 'cocoapods', '~> 1.11', '>= 1.11.3'