11 lines
166 B
Ruby
11 lines
166 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
platform :ios, '14.0'
|
|
|
|
# Source.
|
|
pod 'BusX', :path => '../mod/BusX'
|
|
|
|
target 'pesochnicza' do
|
|
use_frameworks!
|
|
end
|