Проверка шаблона шины для iOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Podfile 260B

11 months ago
11 months ago
11 months ago
123456789101112
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. platform :ios, '14.0'
  3. # Source.
  4. pod 'BusX', :path => '../Modules/BusX'
  5. pod 'CordX', :path => '../Modules/CordX'
  6. pod 'MeetupIdX', :path => '../Modules/MeetupIdX'
  7. target 'pesochnicza' do
  8. use_frameworks!
  9. end