blob: e03f00aea666daf6d437296e2d7b217e197bd7b0 [file] [log] [blame]
{
"name": "SwiftMaskDetection",
"version": "0.1.1",
"summary": "A face mask detection library written in Swift.",
"homepage": "https://github.com/keithito/SwiftMaskDetection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Keith Ito": "kito@kito.us"
},
"source": {
"git": "https://github.com/keithito/SwiftMaskDetection.git",
"tag": "0.1.1"
},
"source_files": "SwiftMaskDetection/Classes/**/*.{swift,mlmodel}",
"resources": "SwiftMaskDetection/Classes/**/*.json",
"pod_target_xcconfig": {
"COREML_CODEGEN_LANGUAGE": "Swift"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"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.",
"swift_version": "5.0"
}