Проверка шаблона шины для 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.
|
- Pod::Spec.new do |s|
-
- s.name = 'MPAKX'
- s.version = '2023.12.15'
- s.license = 'IVCS'
- s.summary = 'IVCS'
- s.homepage = 'IVCS'
- s.author = 'IVCS'
- s.source = { :git => 'https://fake.com/FAKE.git', :tag => s.version }
- s.source_files = 'src/*.swift'
- s.swift_version = '5.2'
- s.ios.deployment_target = '14.0'
-
- end
|