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

BusX.podspec 503B

11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
123456789101112131415
  1. Pod::Spec.new do |s|
  2. s.name = 'BusX'
  3. s.version = '2023.12.30'
  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 = '**/**/*.swift'
  10. s.swift_version = '5.2'
  11. s.ios.deployment_target = '14.0'
  12. s.dependency 'MPAKX'
  13. end