This commit is contained in:
Михаил Капелько
2023-12-31 20:08:52 +03:00
parent 8f0d2b8c5f
commit a19dad094b
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ s.summary = 'Ввод ID мероприятия'
s.homepage = 'IVCS'
s.author = 'IVCS'
s.source = { :git => 'https://fake.com/FAKE.git', :tag => s.version }
s.source_files = 'src/**/*.swift'
s.source_files = 'src/**/*.{swift,yml}'
s.swift_version = '5.2'
s.ios.deployment_target = '14.0'
s.dependency 'AELog'