This commit is contained in:
Михаил Капелько
2023-12-28 14:13:38 +03:00
parent 853686f441
commit 24bc62145f
8 changed files with 184 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
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