blob: 21be8fe54771669b7244260e1ad9c1bade990755 [file] [log] [blame]
{
"name": "NSFWDetector",
"version": "1.1.0",
"summary": "NSFW Content Detection aká porn detection with CoreML.",
"swift_version": "4.0",
"description": "Lightweight Library for scanning images for NSFW (Not Safe For Work) content.",
"homepage": "https://github.com/lovoo/NSFWDetector",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Michael Berg": "michael.berg@lovoo.com"
},
"source": {
"git": "https://github.com/lovoo/NSFWDetector.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"COREML_CODEGEN_LANGUAGE": "Swift"
},
"source_files": "NSFWDetector/Classes/**/*"
}