2 "name": "SwiftMaskDetection",
4 "summary": "A face mask detection library written in Swift.",
5 "homepage": "https://github.com/keithito/SwiftMaskDetection",
11 "Keith Ito": "kito@kito.us"
14 "git": "https://github.com/keithito/SwiftMaskDetection.git",
17 "source_files": "SwiftMaskDetection/Classes/**/*.{swift,mlmodel}",
18 "resources": "SwiftMaskDetection/Classes/**/*.json",
19 "pod_target_xcconfig": {
20 "COREML_CODEGEN_LANGUAGE": "Swift"
22 "swift_versions": "5.0",
26 "description": "SwiftMaskDetection is a port of the AIZOO FaceMaskDetection model to CoreML, with a Swift interface.\nIt is capable of running in real-time on the iPhone and iPad.",
27 "swift_version": "5.0"