[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / 8 / 0 / SwiftMaskDetection / 0.1.0 / SwiftMaskDetection.podspec.json
blobb7971a60b19c321710f7693501129aedb2297920
2   "name": "SwiftMaskDetection",
3   "version": "0.1.0",
4   "summary": "A face mask detection library written in Swift.",
5   "homepage": "https://github.com/keithito/SwiftMaskDetection",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Keith Ito": "kito@kito.us"
12   },
13   "source": {
14     "git": "https://github.com/keithito/SwiftMaskDetection.git",
15     "tag": "0.1.0"
16   },
17   "source_files": "SwiftMaskDetection/Classes/**/*.{swift,mlmodel}",
18   "resources": "SwiftMaskDetection/Classes/**/*.json",
19   "pod_target_xcconfig": {
20     "COREML_CODEGEN_LANGUAGE": "Swift"
21   },
22   "swift_versions": "5.0",
23   "platforms": {
24     "ios": "10.0"
25   },
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"