Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

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