This commit is contained in:
Михаил Капелько
2023-12-28 12:43:44 +03:00
parent ea661935b5
commit d66e42964d
14 changed files with 47 additions and 1 deletions

10
app/Podfile Normal file
View File

@@ -0,0 +1,10 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '14.0'
# Source.
pod 'BusX', :path => '../mod/BusX'
target 'pesochnicza' do
use_frameworks!
end