Проверка шаблона шины для iOS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

MeetupIdX.podspec 526B

il y a 10 mois
il y a 10 mois
il y a 10 mois
il y a 10 mois
il y a 10 mois
il y a 10 mois
il y a 10 mois
il y a 10 mois
il y a 10 mois
il y a 10 mois
il y a 10 mois
1234567891011121314151617
  1. Pod::Spec.new do |s|
  2. s.name = 'MeetupIdX'
  3. s.version = '2023.12.31'
  4. s.license = 'IVCS'
  5. s.summary = 'Ввод ID мероприятия'
  6. s.homepage = 'IVCS'
  7. s.author = 'IVCS'
  8. s.source = { :git => 'https://fake.com/FAKE.git', :tag => s.version }
  9. s.source_files = '**/**/*.{swift,yml}'
  10. s.swift_version = '5.2'
  11. s.ios.deployment_target = '14.0'
  12. s.dependency 'AELog'
  13. s.dependency 'BusX'
  14. s.dependency 'MPAKX'
  15. end