15 lines
302 B
Ruby
15 lines
302 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
platform :ios, '14.0'
|
|
|
|
pod 'AELog'
|
|
|
|
pod 'BusX', :path => '../Modules/BusX'
|
|
pod 'MeetupIdX', :path => '../Modules/MeetupIdX'
|
|
pod 'MicX', :path => '../Modules/MicX'
|
|
pod 'MPAKX', :path => '../Modules/MPAKX'
|
|
|
|
target 'pesochnicza' do
|
|
use_frameworks!
|
|
end
|