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

12 lines
203B

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