Проверка шаблона шины для 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.

14 lines
263B

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