blob: ecc91dfbf7535cf925b8f968e546ea792ed3727f [file] [log] [blame]
{
"name": "GoogleVision",
"version": "0.0.2",
"summary": "Cloud Vision API allows developers to easily integrate vision detection features within applications",
"description": "Cloud Vision API allows developers to easily integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and tagging of explicit content.",
"homepage": "https://github.com/bugkingK/GoogleVision",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bugkingK": "myway0710@naver.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/bugkingK/GoogleVision.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"GoogleVision/Source/**/*.{swift}"
],
"dependencies": {
"SwiftyJSON": [
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}