blob: cc43fad299c69c0e910ced901dc879b8b01614c2 [file] [log] [blame]
{
"name": "ImageDetect",
"version": "1.0.0",
"summary": "Crop faces, inside of your image, with Vision Api",
"description": "ImageDetect is a library developed on Swift. With ImageDetect you can easily detect and crop faces, texts or barcodes in your image with iOS 11 Vision api.",
"homepage": "https://github.com/Feghal/ImageDetect",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arthur Sahakyan": "feghaldev@gmail.com"
},
"source": {
"git": "https://github.com/Feghal/ImageDetect.git",
"tag": "1.0.0"
},
"source_files": "ImageDetect/Classes/**/*",
"platforms": {
"ios": "11.0"
},
"frameworks": [
"UIKit",
"Vision"
],
"pushed_with_swift_version": "3.1"
}