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

MeetupIdX.podspec 526B

10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
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