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

15 line
483B

  1. Pod::Spec.new do |s|
  2. s.name = 'BusX'
  3. s.version = '2023.12.28'
  4. s.license = 'IVCS'
  5. s.summary = 'Шина общения элементов приложения'
  6. s.homepage = 'IVCS'
  7. s.author = 'IVCS'
  8. s.source = { :git => 'https://fake.com/FAKE.git', :tag => s.version }
  9. s.source_files = 'src/**/*.swift'
  10. s.swift_version = '5.2'
  11. s.ios.deployment_target = '14.0'
  12. end