blob: c19bae5c3f4813d4b4e30f651ce594154007c40a [file] [log] [blame]
{
"name": "NsfwImgDetector",
"version": "0.1.0",
"swift_versions": "5.0",
"summary": "NSFW Content Detection of nudity with CoreML.",
"description": "Library for scanning images for NSFW (Not Safe For Work) content.",
"homepage": "https://github.com/Zhulmin/NsfwImgDetector",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"zhulmin": "zhulmin1458@gmail.com"
},
"source": {
"git": "https://github.com/Zhulmin/NsfwImgDetector.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NsfwImgDetector/Classes/**/*",
"swift_version": "5.0"
}