11 lines
180 B
Ruby
11 lines
180 B
Ruby
use_frameworks!
|
|
|
|
platform :ios, '15.0'
|
|
|
|
install! 'cocoapods', :deterministic_uuids => false
|
|
|
|
target 'KaMPKitiOS' do
|
|
pod 'shared', :path => '../shared/'
|
|
pod 'SwiftLint'
|
|
end
|