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

CordX.podspec 503B

10 months ago
123456789101112131415
  1. Pod::Spec.new do |s|
  2. s.name = 'CordX'
  3. s.version = '2023.12.28'
  4. s.license = 'IVCS'
  5. s.summary = 'Упрощённое общение с шиной из SwiftUI'
  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. s.dependency 'BusX'
  13. end