This commit is contained in:
Михаил Капелько
2023-12-28 13:33:20 +03:00
parent a1ec08f280
commit 16026a7b47
21 changed files with 26 additions and 16 deletions

View File

@@ -3,9 +3,9 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '14.0'
# Source.
pod 'BusX', :path => '../mod/BusX'
pod 'CordX', :path => '../mod/CordX'
pod 'MeetupIdX', :path => '../mod/MeetupIdX'
pod 'BusX', :path => '../Modules/BusX'
pod 'CordX', :path => '../Modules/CordX'
pod 'MeetupIdX', :path => '../Modules/MeetupIdX'
target 'pesochnicza' do
use_frameworks!