Проверка шаблона шины для iOS
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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